From 5f2f4af851baa7d48f67462b206dd39271787d4d Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 21 Oct 2020 22:32:33 +0200 Subject: [PATCH] Update test/test_inference/test_imports.py Co-authored-by: Peter Law --- test/test_inference/test_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_inference/test_imports.py b/test/test_inference/test_imports.py index 36016b16..bbc337ac 100644 --- a/test/test_inference/test_imports.py +++ b/test/test_inference/test_imports.py @@ -475,7 +475,7 @@ def test_relative_import_star(Script): def test_relative_imports_without_path_and_setup_py( Script, inference_state, environment, tmpdir, with_init): # Contrary to other tests here we create a temporary folder that is not - # part of a folder with a setup py that signifies + # part of a folder with a setup.py that signifies tmpdir.join('file1.py').write('do_foo = 1') other_path = tmpdir.join('other_files') other_path.join('file2.py').write('def do_nothing():\n pass', ensure=True)