summaryrefslogtreecommitdiff
path: root/setuptools/tests/config/test_pyprojecttoml.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/config/test_pyprojecttoml.py')
-rw-r--r--setuptools/tests/config/test_pyprojecttoml.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/tests/config/test_pyprojecttoml.py b/setuptools/tests/config/test_pyprojecttoml.py
index 2132197d..395824bf 100644
--- a/setuptools/tests/config/test_pyprojecttoml.py
+++ b/setuptools/tests/config/test_pyprojecttoml.py
@@ -43,7 +43,6 @@ platforms = ["any"]
[tool.setuptools.packages.find]
where = ["src"]
-namespaces = true
[tool.setuptools.cmdclass]
sdist = "pkg.mod.CustomSdist"
@@ -74,7 +73,7 @@ def test_read_configuration(tmp_path):
files = [
"src/pkg/__init__.py",
- "src/other/nested/__init__.py",
+ "src/other/nested/__init__.py", # ensure namespaces are discovered by default
"files/file.txt"
]
for file in files: