summaryrefslogtreecommitdiff
path: root/tests/requirements-common_wheels.txt
blob: 6403ed73898532001cba448a27556f4694a41dee (plain)
1
2
3
4
5
6
7
8
9
10
11
# Create local setuptools wheel files for testing by:
# 1. Cloning setuptools and checking out the branch of interest
# 2. Running `python3 bootstrap.py` in that directory
# 3. Running `python3 -m pip wheel --no-cache -w /tmp/setuptools_build_meta_legacy/ .`
# 4. Replacing the `setuptools` entry below with a `file:///...` URL
# (Adjust artifact directory used based on preference and operating system)

setuptools >= 40.8.0, != 60.6.0
wheel
# As required by pytest-cov.
coverage >= 4.4