Skip to content

Commit 0b0c23e

Browse files
tamerahmedtahmed-dev
authored andcommitted
Add pytest-xdist to testing dependencies
Signed-off-by: Tamer Ahmed <[email protected]>
1 parent 84b2892 commit 0b0c23e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'wheel'
6666
],
6767
tests_require = [
68+
'pytest-xdist',
6869
'parameterized',
6970
'pytest',
7071
'pyfakefs',
@@ -74,6 +75,7 @@
7475
],
7576
extras_require = {
7677
"testing": [
78+
'pytest-xdist',
7779
'parameterized',
7880
'pytest',
7981
'pyfakefs',

0 commit comments

Comments
 (0)