diff options
Diffstat (limited to 'testing/condprofile/requirements/tox.txt')
-rw-r--r-- | testing/condprofile/requirements/tox.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/condprofile/requirements/tox.txt b/testing/condprofile/requirements/tox.txt new file mode 100644 index 0000000000..772a4a4818 --- /dev/null +++ b/testing/condprofile/requirements/tox.txt @@ -0,0 +1,8 @@ +# pulled when running tox locally +-r requirements/local.txt + +pytest +pytest-cov +pytest-random-order +coveralls +responses |