We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8048d commit 5b08d4dCopy full SHA for 5b08d4d
oss_scripts/oss_tests.sh
@@ -39,6 +39,7 @@ TF2_IGNORE=$(for test in $TF2_IGNORE_TESTS; do echo "--ignore=$test "; done)
39
# enable_eager_execution calls set global state and pytest runs all the tests
40
# in the same process.
41
pytest \
42
+ -n auto \
43
--disable-warnings \
44
$TF2_IGNORE \
45
--ignore="tensorflow_datasets/testing/test_utils.py" \
setup.py
@@ -61,6 +61,7 @@
61
# 'csiphash', # https://github.com/tensorflow/datasets/issues/737
62
'jupyter',
63
'pytest',
64
+ 'pytest-xdist',
65
]
66
67
if sys.version_info.major == 3:
0 commit comments