Files
pydantic/requirements/testing.txt
T
Samuel Colvin f341049b9e Remove Cython & Move to pyproject.toml (#4473)
* Remove Cython

* fix CI

* fix coverage

* fix tests

* switching to pypyroject.toml

* pre-commit all and use pre-commit for linting

* no mypy tests on macos and windows on ci, use flake8-pyproject

* fix docs and tests CI

* check build is working

* drop pytest-cov

* window and macos ci with 3.11, reduce filtering

* use pip-tools to pin all dependencies

* fix docs and fastapi tests

* fix test deps for 3.7

* no cache on tests job

* revert fastapi changes, fix coverage

* fix mypy coverage

* test with older mypy

* dotenv not required for mypy tests

* split testing requirements std and extra

* typo

* @PrettyWood comments

* correct branch name

* mypy python_version and pr template
2022-09-06 17:15:51 +01:00

46 lines
916 B
Plaintext

#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
attrs==22.1.0
# via pytest
coverage[toml]==6.4.4
# via -r requirements/testing.in
importlib-metadata==4.12.0
# via
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
packaging==21.3
# via
# pytest
# pytest-sugar
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.1.3
# via
# -r requirements/testing.in
# pytest-mock
# pytest-sugar
pytest-mock==3.8.2
# via -r requirements/testing.in
pytest-sugar==0.9.5
# via -r requirements/testing.in
termcolor==1.1.0
# via pytest-sugar
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.3.0
# via importlib-metadata
zipp==3.8.1
# via importlib-metadata