Skip to content

Commit

Permalink
setup.py: "testing" extras_require: add pytest-xdist (#364)
Browse files Browse the repository at this point in the history
Tests require it currently, and it is not trivial to make it optional.
  • Loading branch information
blueyed committed Nov 22, 2019
1 parent 090e2ca commit a7d8a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -132,6 +132,7 @@ def run(self):
'hunter',
'process-tests==2.0.2',
'six',
'pytest-xdist',
'virtualenv',
]
},
Expand Down

0 comments on commit a7d8a57

Please sign in to comment.