introduce attrs as dependency and use it

for FixtureFunctionMarker and marks
This commit is contained in:
Ronny Pfannschmidt
2017-08-01 11:52:09 +02:00
parent cb30848e5a
commit 07b2b18a01
3 changed files with 51 additions and 29 deletions
+6 -1
View File
@@ -43,8 +43,13 @@ def has_environment_marker_support():
def main():
install_requires = ['py>=1.4.34', 'six>=1.10.0', 'setuptools']
extras_require = {}
install_requires = [
'py>=1.4.33',
'six>=1.10.0',
'setuptools',
'attrs>=17.2.0',
]
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
# used by tox.ini to test with pluggy master
if '_PYTEST_SETUP_SKIP_PLUGGY_DEP' not in os.environ: