Skip to content

Commit

Permalink
Moved example sources to the tests/data directory, avoiding build iss…
Browse files Browse the repository at this point in the history
…ues.
  • Loading branch information
jaraco committed Mar 6, 2024
1 parent 9f2d682 commit 79521e1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Expand Up @@ -3,7 +3,7 @@

collect_ignore = [
# this module fails mypy tests because 'setup.py' matches './setup.py'
'prepare/example/setup.py',
'tests/data/sources/example/setup.py',
]


Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Expand Up @@ -19,10 +19,6 @@ install_requires =
zipp>=0.5
typing-extensions>=3.6.4; python_version < "3.8"

[options.packages.find]
exclude =
prepare*

[options.extras_require]
testing =
# upstream
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 79521e1

Please sign in to comment.