summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-20 10:45:12 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-20 16:36:23 -0800
commit0c6ca0da62c2c48003de5237e52ab04fca3b11e2 (patch)
tree6bab1b44dcb7d7c8e0a93910dde1ffad633ffd9b /setup.cfg
parent095ce2ca7fd3828f451a10c191f41517c9dfe34b (diff)
downloadpytest-0c6ca0da62c2c48003de5237e52ab04fca3b11e2.tar.gz
Fix usages of py.io.saferepr
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 8cd3858fd..9d0aa332e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,10 +36,11 @@ platforms = unix, linux, osx, cygwin, win32
zip_safe = no
packages =
_pytest
- _pytest.assertion
_pytest._code
- _pytest.mark
+ _pytest._io
+ _pytest.assertion
_pytest.config
+ _pytest.mark
py_modules = pytest
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*