Skip to content

Commit

Permalink
Discontinue use of tests_require
Browse files Browse the repository at this point in the history
To achieve compatibility with some of datalad's default CI setups.
  • Loading branch information
mih committed Sep 29, 2021
1 parent c4c4f52 commit 88aeff2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.cfg
Expand Up @@ -15,12 +15,15 @@ classifiers =
python_requires = >= 3.5
install_requires =
datalad >= 0.12.0
test_requires =
nose
coverage
packages = find:
include_package_data = True

[options.extras_require]
# this matches the name used by -core and what is expected by some CI setups
devel =
nose
coverage

[options.packages.find]
# do not ship the build helpers
exclude=
Expand Down

0 comments on commit 88aeff2

Please sign in to comment.