summaryrefslogtreecommitdiffstats
path: root/third_party/python/coverage/requirements
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /third_party/python/coverage/requirements
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/python/coverage/requirements')
-rw-r--r--third_party/python/coverage/requirements/ci.pip8
-rw-r--r--third_party/python/coverage/requirements/dev.pip24
-rw-r--r--third_party/python/coverage/requirements/pytest.pip21
-rw-r--r--third_party/python/coverage/requirements/tox.pip7
-rw-r--r--third_party/python/coverage/requirements/wheel.pip7
5 files changed, 67 insertions, 0 deletions
diff --git a/third_party/python/coverage/requirements/ci.pip b/third_party/python/coverage/requirements/ci.pip
new file mode 100644
index 0000000000..c36045685c
--- /dev/null
+++ b/third_party/python/coverage/requirements/ci.pip
@@ -0,0 +1,8 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# Things CI servers need to succeeed.
+-r tox.pip
+-r pytest.pip
+-r wheel.pip
+tox-travis==0.12
diff --git a/third_party/python/coverage/requirements/dev.pip b/third_party/python/coverage/requirements/dev.pip
new file mode 100644
index 0000000000..a11729cdb2
--- /dev/null
+++ b/third_party/python/coverage/requirements/dev.pip
@@ -0,0 +1,24 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# Requirements for doing local development work on coverage.py.
+# https://requires.io/github/nedbat/coveragepy/requirements/
+
+pip==20.0.2
+virtualenv==16.7.9
+
+pluggy==0.13.1
+
+# PyPI requirements for running tests.
+-r tox.pip
+-r pytest.pip
+
+# for linting.
+greenlet==0.4.15
+pylint==2.4.4
+check-manifest==0.40
+readme_renderer==24.0
+
+# for kitting.
+requests==2.22.0
+twine==2.0.0
diff --git a/third_party/python/coverage/requirements/pytest.pip b/third_party/python/coverage/requirements/pytest.pip
new file mode 100644
index 0000000000..3b5499748e
--- /dev/null
+++ b/third_party/python/coverage/requirements/pytest.pip
@@ -0,0 +1,21 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# The pytest specifics used by coverage.py
+
+# 4.x is last to support py2
+pytest==4.6.6
+pytest-xdist==1.30.0
+flaky==3.6.1
+mock==3.0.5
+# Use a fork of PyContracts that supports Python 3.9
+#PyContracts==1.8.12
+git+https://github.com/slorg1/contracts@collections_and_validator
+hypothesis==4.41.2
+
+# Our testing mixins
+unittest-mixins==1.6
+#-e/Users/ned/unittest_mixins
+
+# Just so I have a debugger if I want it
+pudb==2019.1
diff --git a/third_party/python/coverage/requirements/tox.pip b/third_party/python/coverage/requirements/tox.pip
new file mode 100644
index 0000000000..a6279c325c
--- /dev/null
+++ b/third_party/python/coverage/requirements/tox.pip
@@ -0,0 +1,7 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# The version of tox used by coverage.py
+tox==3.14.3
+# Adds env recreation on requirements file changes.
+tox-battery==0.5.2
diff --git a/third_party/python/coverage/requirements/wheel.pip b/third_party/python/coverage/requirements/wheel.pip
new file mode 100644
index 0000000000..abef9db4d6
--- /dev/null
+++ b/third_party/python/coverage/requirements/wheel.pip
@@ -0,0 +1,7 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# Things needed to make wheels for coverage.py
+
+setuptools==41.4.0
+wheel==0.34.2