summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-15 18:59:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-15 18:59:32 -0400
commit2fe1c20f3cb20628af6b5d04d6073da9f2652af0 (patch)
treec1263e347c6fea898eb2add1072d033444f76cc4 /setup.cfg
parentd0f07a4e7ad465b0935bf85da94b12b9b8cc2e77 (diff)
parent4186b77c3f225a5845ac9072b167427c91f1d6fd (diff)
downloadpytest-runner-2fe1c20f3cb20628af6b5d04d6073da9f2652af0.tar.gz
Merge branch 'master' into feature/black
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 78a0e46..a3eb3c9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,3 @@
-[aliases]
-dists = clean --all sdist bdist_wheel
-
[bdist_wheel]
universal = 1
@@ -30,8 +27,7 @@ setup_requires = setuptools_scm >= 1.15.0
testing =
# upstream
pytest >= 3.5, !=3.7.3
- pytest-sugar >= 0.9.1
- collective.checkdocs
+ pytest-checkdocs
pytest-flake8
pytest-black