summaryrefslogtreecommitdiff
path: root/requirements/pytest.in
blob: 2b23477bd3cf891816054ba059394a9c86e79f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

-c pins.pip

# The pytest specifics used by coverage.py
# "make upgrade" turns this into requirements/pytest.pip.

flaky
hypothesis
pytest
pytest-xdist

# Pytest has a windows-only dependency on colorama:
# https://github.com/pytest-dev/pytest/blob/main/setup.cfg#L49
#   colorama;sys_platform=="win32"
# We copy it here so it can get pinned.
colorama