Skip to content

Commit 79521e1

Browse files
committed
Moved example sources to the tests/data directory, avoiding build issues.
1 parent 9f2d682 commit 79521e1

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
collect_ignore = [
55
# this module fails mypy tests because 'setup.py' matches './setup.py'
6-
'prepare/example/setup.py',
6+
'tests/data/sources/example/setup.py',
77
]
88

99

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ install_requires =
1919
zipp>=0.5
2020
typing-extensions>=3.6.4; python_version < "3.8"
2121

22-
[options.packages.find]
23-
exclude =
24-
prepare*
25-
2622
[options.extras_require]
2723
testing =
2824
# upstream
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)