diff options
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 63 |
1 files changed, 52 insertions, 11 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index a6d804b3..47d9f067 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -1,14 +1,55 @@ -# 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 - +# +# This file is autogenerated by pip-compile with python 3.8 +# To update, run: +# +# make upgrade +# +attrs==21.2.0 + # via + # hypothesis + # pytest +backports.functools-lru-cache==1.6.4 + # via pycontracts +decorator==5.1.0 + # via pycontracts +execnet==1.9.0 + # via pytest-xdist flaky==3.7.0 -hypothesis==6.23.1 + # via -r requirements/pytest.in +future==0.18.2 + # via pycontracts +hypothesis==6.24.0 + # via -r requirements/pytest.in +iniconfig==1.1.1 + # via pytest +packaging==21.0 + # via pytest +pluggy==1.0.0 + # via pytest +py==1.10.0 + # via + # pytest + # pytest-forked +pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator + # via -r requirements/pytest.in +pyparsing==3.0.1 + # via + # packaging + # pycontracts pytest==6.2.5 + # via + # -r requirements/pytest.in + # pytest-forked + # pytest-xdist +pytest-forked==1.3.0 + # via pytest-xdist pytest-xdist==2.4.0 -# Use a fork of PyContracts that supports Python 3.9 -#PyContracts==1.8.12 -git+https://github.com/slorg1/contracts@collections_and_validator + # via -r requirements/pytest.in +qualname==0.1.0 + # via pycontracts +six==1.16.0 + # via pycontracts +sortedcontainers==2.4.0 + # via hypothesis +toml==0.10.2 + # via pytest |