diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 71c05373f4..eeb949ced9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -66,7 +66,6 @@ env: PRE_COMMIT_COLOR: always PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest` PYTHONIOENCODING: utf-8 - PYTHONLEGACYWINDOWSSTDIO: 1 # Python 3.6 hack PYTHONUTF8: 1 TOX_PARALLEL_NO_SPINNER: 1 TOX_TESTENV_PASSENV: >- # Make tox-wrapped tools see color requests @@ -912,10 +911,6 @@ jobs: 3.10 - 3.9 - 3.8 - - pypy-3.7 - - 3.7 - - 3.6 - - pypy-3.6 os: - ubuntu-22.04 - ubuntu-20.04 @@ -923,35 +918,6 @@ jobs: - macos-latest - windows-2019 - windows-2022 - exclude: - # NOTE: Windows PyPy jobs are excluded to address the tox bug - # NOTE: https://github.com/tox-dev/tox/issues/1704. - # NOTE: They should be re-added once it's fixed. - - os: windows-2022 - python-version: pypy-3.6 - - os: windows-2019 - python-version: pypy-3.6 - # NOTE: Windows PyPy 3.7 jobs are excluded because of the lack - # NOTE: of the build deps to compile cryptography. - # NOTE: They should be re-added once it's fixed. - - os: windows-2022 - python-version: pypy-3.7 - - os: windows-2019 - python-version: pypy-3.7 - # NOTE: macOS PyPy jobs are excluded because installing cryptography - # NOTE: needs openssl headers that aren't present at the moment. - # TODO: Remove the exclusions once this is addressed. - - os: macOS-11.0 - python-version: pypy-3.6 - - os: macos-latest - python-version: pypy-3.6 - - os: macos-11.0 - python-version: pypy-3.7 - - os: macos-latest - python-version: pypy-3.7 - # NOTE: Python 3.6 is not available for Ubuntu 22.04 - - os: ubuntu-22.04 - python-version: 3.6 continue-on-error: >- ${{ @@ -1055,16 +1021,6 @@ jobs: --user '${{ env.TOX_VERSION }}' - - name: Patch tox.ini for Python 3.6 under Windows - if: >- - runner.os == 'Windows' - && matrix.python-version == '3.6' - run: >- - sed -i - 's/^package_env\(\s\)\?=.*/package_env = py36-win-dummy/g' - tox.ini - shell: bash - - name: Download all the dists uses: actions/download-artifact@v3 with: diff --git a/requirements/tox-py36-cp36-darwin-x86_64.in b/requirements/tox-py36-cp36-darwin-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py36-cp36-darwin-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py36-cp36-darwin-x86_64.txt b/requirements/tox-py36-cp36-darwin-x86_64.txt deleted file mode 100644 index 29b78e5a5e..0000000000 --- a/requirements/tox-py36-cp36-darwin-x86_64.txt +++ /dev/null @@ -1,151 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.6 -# To update, run: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py36-cp36-darwin-x86_64.txt --strip-extras requirements/tox-py36-cp36-darwin-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==4.0.0 - # via requests -charset-normalizer==2.0.12 - # via requests -colorama==0.4.5 - # via pytest-watch -commonmark==0.9.1 - # via rich -coverage==6.2 - # via - # -r requirements/tox-py36-cp36-darwin-x86_64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -dataclasses==0.8 - # via rich -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==4.8.3 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.4.0 - # via jaraco.text -iniconfig==1.1.1 - # via pytest -jaraco.context==4.1.1 - # via - # -r requirements/tox-py36-cp36-darwin-x86_64.in - # jaraco.text -jaraco.functools==3.4.0 - # via - # cheroot (setup.cfg) - # jaraco.text - # tempora -jaraco.text==3.7.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -more-itertools==8.14.0 - # via - # cheroot (setup.cfg) - # jaraco.functools -packaging==21.3 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.0.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pycparser==2.21 - # via cffi -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pyparsing==3.0.9 - # via packaging -pypytools==0.6.2 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-py36-cp36-darwin-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-forked==1.4.0 ; sys_platform != "win32" - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-mock==3.6.1 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-rerunfailures==10.3 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytest-xdist==3.0.2 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -pytz==2023.3 - # via tempora -requests==2.27.1 - # via - # -r requirements/tox-py36-cp36-darwin-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -rich==12.6.0 - # via pytest-clarity -tempora==4.1.2 - # via portend -termcolor==1.1.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==1.2.3 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py36-cp36-darwin-x86_64.in -typing-extensions==4.1.1 - # via - # importlib-metadata - # rich -urllib3==1.26.15 - # via requests -watchdog==2.3.1 - # via pytest-watch -zipp==3.6.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-py36-cp36-linux-x86_64.in b/requirements/tox-py36-cp36-linux-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py36-cp36-linux-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py36-cp36-linux-x86_64.txt b/requirements/tox-py36-cp36-linux-x86_64.txt deleted file mode 100644 index 0a096312ef..0000000000 --- a/requirements/tox-py36-cp36-linux-x86_64.txt +++ /dev/null @@ -1,151 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.6 -# To update, run: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py36-cp36-linux-x86_64.txt --strip-extras requirements/tox-py36-cp36-linux-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==4.0.0 - # via requests -charset-normalizer==2.0.12 - # via requests -colorama==0.4.5 - # via pytest-watch -commonmark==0.9.1 - # via rich -coverage==6.2 - # via - # -r requirements/tox-py36-cp36-linux-x86_64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -dataclasses==0.8 - # via rich -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==4.8.3 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.4.0 - # via jaraco.text -iniconfig==1.1.1 - # via pytest -jaraco.context==4.1.1 - # via - # -r requirements/tox-py36-cp36-linux-x86_64.in - # jaraco.text -jaraco.functools==3.4.0 - # via - # cheroot (setup.cfg) - # jaraco.text - # tempora -jaraco.text==3.7.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -more-itertools==8.14.0 - # via - # cheroot (setup.cfg) - # jaraco.functools -packaging==21.3 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.0.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pycparser==2.21 - # via cffi -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pyparsing==3.0.9 - # via packaging -pypytools==0.6.2 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-py36-cp36-linux-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-forked==1.4.0 ; sys_platform != "win32" - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-mock==3.6.1 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-rerunfailures==10.3 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytest-xdist==3.0.2 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -pytz==2023.3 - # via tempora -requests==2.27.1 - # via - # -r requirements/tox-py36-cp36-linux-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -rich==12.6.0 - # via pytest-clarity -tempora==4.1.2 - # via portend -termcolor==1.1.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==1.2.3 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py36-cp36-linux-x86_64.in -typing-extensions==4.1.1 - # via - # importlib-metadata - # rich -urllib3==1.26.15 - # via requests -watchdog==2.3.1 - # via pytest-watch -zipp==3.6.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-py36-cp36-win32-amd64.in b/requirements/tox-py36-cp36-win32-amd64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py36-cp36-win32-amd64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py36-cp36-win32-amd64.txt b/requirements/tox-py36-cp36-win32-amd64.txt deleted file mode 100644 index 69339ce653..0000000000 --- a/requirements/tox-py36-cp36-win32-amd64.txt +++ /dev/null @@ -1,151 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.6 -# To update, run: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py36-cp36-win32-amd64.txt --strip-extras requirements/tox-py36-cp36-win32-amd64.in setup.cfg -# -atomicwrites==1.4.1 - # via pytest -attrs==22.2.0 - # via pytest -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==4.0.0 - # via requests -charset-normalizer==2.0.12 - # via requests -colorama==0.4.5 - # via - # pytest - # pytest-watch -commonmark==0.9.1 - # via rich -coverage==6.2 - # via - # -r requirements/tox-py36-cp36-win32-amd64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -dataclasses==0.8 - # via rich -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==4.8.3 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.4.0 - # via jaraco.text -iniconfig==1.1.1 - # via pytest -jaraco.context==4.1.1 - # via - # -r requirements/tox-py36-cp36-win32-amd64.in - # jaraco.text -jaraco.functools==3.4.0 - # via - # cheroot (setup.cfg) - # jaraco.text - # tempora -jaraco.text==3.7.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -more-itertools==8.14.0 - # via - # cheroot (setup.cfg) - # jaraco.functools -packaging==21.3 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.0.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest -pycparser==2.21 - # via cffi -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py36-cp36-win32-amd64.in -pyparsing==3.0.9 - # via packaging -pypytools==0.6.2 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest==6.2.5 - # via - # -r requirements/tox-py36-cp36-win32-amd64.in - # pytest-clarity - # pytest-cov - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-mock==3.6.1 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-rerunfailures==10.3 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytest-xdist==3.0.2 - # via -r requirements/tox-py36-cp36-win32-amd64.in -pytz==2023.3 - # via tempora -requests==2.27.1 - # via - # -r requirements/tox-py36-cp36-win32-amd64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py36-cp36-win32-amd64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -rich==12.6.0 - # via pytest-clarity -tempora==4.1.2 - # via portend -termcolor==1.1.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==1.2.3 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py36-cp36-win32-amd64.in -typing-extensions==4.1.1 - # via - # importlib-metadata - # rich -urllib3==1.26.15 - # via requests -watchdog==2.3.1 - # via pytest-watch -zipp==3.6.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-py37-cp37-darwin-x86_64.in b/requirements/tox-py37-cp37-darwin-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py37-cp37-darwin-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py37-cp37-darwin-x86_64.txt b/requirements/tox-py37-cp37-darwin-x86_64.txt deleted file mode 100644 index 36745f5b6d..0000000000 --- a/requirements/tox-py37-cp37-darwin-x86_64.txt +++ /dev/null @@ -1,158 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py37-cp37-darwin-x86_64.txt --resolver=backtracking --strip-extras requirements/tox-py37-cp37-darwin-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-py37-cp37-darwin-x86_64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-py37-cp37-darwin-x86_64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pycparser==2.21 - # via cffi -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pypytools==0.6.2 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-py37-cp37-darwin-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-forked==1.6.0 ; sys_platform != "win32" - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-mock==3.10.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-py37-cp37-darwin-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -rich==13.3.3 - # via pytest-clarity -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py37-cp37-darwin-x86_64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-py37-cp37-linux-x86_64.in b/requirements/tox-py37-cp37-linux-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py37-cp37-linux-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py37-cp37-linux-x86_64.txt b/requirements/tox-py37-cp37-linux-x86_64.txt deleted file mode 100644 index 4246eec03b..0000000000 --- a/requirements/tox-py37-cp37-linux-x86_64.txt +++ /dev/null @@ -1,158 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py37-cp37-linux-x86_64.txt --resolver=backtracking --strip-extras requirements/tox-py37-cp37-linux-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-py37-cp37-linux-x86_64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-py37-cp37-linux-x86_64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pycparser==2.21 - # via cffi -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pypytools==0.6.2 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-py37-cp37-linux-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-forked==1.6.0 ; sys_platform != "win32" - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-mock==3.10.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-py37-cp37-linux-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -rich==13.3.3 - # via pytest-clarity -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py37-cp37-linux-x86_64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-py37-cp37-win32-amd64.in b/requirements/tox-py37-cp37-win32-amd64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-py37-cp37-win32-amd64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-py37-cp37-win32-amd64.txt b/requirements/tox-py37-cp37-win32-amd64.txt deleted file mode 100644 index cc90eae3cc..0000000000 --- a/requirements/tox-py37-cp37-win32-amd64.txt +++ /dev/null @@ -1,158 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-py37-cp37-win32-amd64.txt --resolver=backtracking --strip-extras requirements/tox-py37-cp37-win32-amd64.in setup.cfg -# -atomicwrites==1.4.1 - # via pytest -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via - # pytest - # pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-py37-cp37-win32-amd64.in - # pytest-cov -cryptography==40.0.1 - # via - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-py37-cp37-win32-amd64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-py37-cp37-win32-amd64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest -pycparser==2.21 - # via cffi -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==23.1.1 ; implementation_name != "pypy" - # via -r requirements/tox-py37-cp37-win32-amd64.in -pypytools==0.6.2 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest==6.2.5 - # via - # -r requirements/tox-py37-cp37-win32-amd64.in - # pytest-clarity - # pytest-cov - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-cov==2.12.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-mock==3.10.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-watch==4.2.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-py37-cp37-win32-amd64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-py37-cp37-win32-amd64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-py37-cp37-win32-amd64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -rich==13.3.3 - # via pytest-clarity -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-py37-cp37-win32-amd64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-pypy36-pp36-linux-x86_64.in b/requirements/tox-pypy36-pp36-linux-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-pypy36-pp36-linux-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-pypy36-pp36-linux-x86_64.txt b/requirements/tox-pypy36-pp36-linux-x86_64.txt deleted file mode 100644 index ff47d69046..0000000000 --- a/requirements/tox-pypy36-pp36-linux-x86_64.txt +++ /dev/null @@ -1,154 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.6 -# To update, run: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-pypy36-pp36-linux-x86_64.txt --strip-extras requirements/tox-pypy36-pp36-linux-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==4.0.0 - # via requests -charset-normalizer==2.0.12 - # via requests -colorama==0.4.5 - # via pytest-watch -commonmark==0.9.1 - # via rich -coverage==6.2 - # via - # -r requirements/tox-pypy36-pp36-linux-x86_64.in - # pytest-cov -cryptography==3.3.2 ; implementation_name == "pypy" and python_version < "3.8" - # via - # -r requirements/tox-pypy36-pp36-linux-x86_64.in - # pyopenssl - # trustme -dataclasses==0.8 - # via rich -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==4.8.3 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.4.0 - # via jaraco.text -iniconfig==1.1.1 - # via pytest -jaraco.context==4.1.1 - # via - # -r requirements/tox-pypy36-pp36-linux-x86_64.in - # jaraco.text -jaraco.functools==3.4.0 - # via - # cheroot (setup.cfg) - # jaraco.text - # tempora -jaraco.text==3.7.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -more-itertools==8.14.0 - # via - # cheroot (setup.cfg) - # jaraco.functools -packaging==21.3 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.0.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pygments==2.14.0 - # via rich -pyopenssl==21.0.0 ; implementation_name == "pypy" and python_version < "3.8" - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pyparsing==3.0.9 - # via packaging -pypytools==0.6.2 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-pypy36-pp36-linux-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-forked==1.4.0 ; sys_platform != "win32" - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-mock==3.6.1 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-rerunfailures==10.3 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytest-xdist==3.0.2 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -pytz==2023.3 - # via tempora -requests==2.27.1 - # via - # -r requirements/tox-pypy36-pp36-linux-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -rich==12.6.0 - # via pytest-clarity -six==1.16.0 - # via - # cryptography - # pyopenssl -tempora==4.1.2 - # via portend -termcolor==1.1.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==1.2.3 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-pypy36-pp36-linux-x86_64.in -typing-extensions==4.1.1 - # via - # importlib-metadata - # rich -urllib3==1.26.15 - # via requests -watchdog==2.3.1 - # via pytest-watch -zipp==3.6.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-pypy36-pp36-win32-amd64.in b/requirements/tox-pypy36-pp36-win32-amd64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-pypy36-pp36-win32-amd64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-pypy36-pp36-win32-amd64.txt b/requirements/tox-pypy36-pp36-win32-amd64.txt deleted file mode 100644 index a167b0c3bb..0000000000 --- a/requirements/tox-pypy36-pp36-win32-amd64.txt +++ /dev/null @@ -1,154 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.6 -# To update, run: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-pypy36-pp36-win32-amd64.txt --strip-extras requirements/tox-pypy36-pp36-win32-amd64.in setup.cfg -# -atomicwrites==1.4.1 - # via pytest -attrs==22.2.0 - # via pytest -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==4.0.0 - # via requests -charset-normalizer==2.0.12 - # via requests -colorama==0.4.5 - # via - # pytest - # pytest-watch -commonmark==0.9.1 - # via rich -coverage==6.2 - # via - # -r requirements/tox-pypy36-pp36-win32-amd64.in - # pytest-cov -cryptography==3.3.2 ; implementation_name == "pypy" and python_version < "3.8" - # via - # -r requirements/tox-pypy36-pp36-win32-amd64.in - # pyopenssl - # trustme -dataclasses==0.8 - # via rich -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==4.8.3 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.4.0 - # via jaraco.text -iniconfig==1.1.1 - # via pytest -jaraco.context==4.1.1 - # via - # -r requirements/tox-pypy36-pp36-win32-amd64.in - # jaraco.text -jaraco.functools==3.4.0 - # via - # cheroot (setup.cfg) - # jaraco.text - # tempora -jaraco.text==3.7.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -more-itertools==8.14.0 - # via - # cheroot (setup.cfg) - # jaraco.functools -packaging==21.3 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.0.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest -pygments==2.14.0 - # via rich -pyopenssl==21.0.0 ; implementation_name == "pypy" and python_version < "3.8" - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pyparsing==3.0.9 - # via packaging -pypytools==0.6.2 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest==6.2.5 - # via - # -r requirements/tox-pypy36-pp36-win32-amd64.in - # pytest-clarity - # pytest-cov - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-cov==2.12.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-mock==3.6.1 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-rerunfailures==10.3 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-watch==4.2.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytest-xdist==3.0.2 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -pytz==2023.3 - # via tempora -requests==2.27.1 - # via - # -r requirements/tox-pypy36-pp36-win32-amd64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -rich==12.6.0 - # via pytest-clarity -six==1.16.0 - # via - # cryptography - # pyopenssl -tempora==4.1.2 - # via portend -termcolor==1.1.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==1.2.3 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-pypy36-pp36-win32-amd64.in -typing-extensions==4.1.1 - # via - # importlib-metadata - # rich -urllib3==1.26.15 - # via requests -watchdog==2.3.1 - # via pytest-watch -zipp==3.6.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-pypy37-pp37-darwin-x86_64.in b/requirements/tox-pypy37-pp37-darwin-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-pypy37-pp37-darwin-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-pypy37-pp37-darwin-x86_64.txt b/requirements/tox-pypy37-pp37-darwin-x86_64.txt deleted file mode 100644 index f7e0b56274..0000000000 --- a/requirements/tox-pypy37-pp37-darwin-x86_64.txt +++ /dev/null @@ -1,161 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-pypy37-pp37-darwin-x86_64.txt --resolver=backtracking --strip-extras requirements/tox-pypy37-pp37-darwin-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-pypy37-pp37-darwin-x86_64.in - # pytest-cov -cryptography==3.3.2 ; implementation_name == "pypy" and python_version < "3.8" - # via - # -r requirements/tox-pypy37-pp37-darwin-x86_64.in - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-pypy37-pp37-darwin-x86_64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==21.0.0 ; implementation_name == "pypy" and python_version < "3.8" - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pypytools==0.6.2 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-pypy37-pp37-darwin-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-forked==1.6.0 ; sys_platform != "win32" - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-mock==3.10.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-pypy37-pp37-darwin-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -rich==13.3.3 - # via pytest-clarity -six==1.16.0 - # via - # cryptography - # pyopenssl -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-pypy37-pp37-darwin-x86_64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-pypy37-pp37-linux-x86_64.in b/requirements/tox-pypy37-pp37-linux-x86_64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-pypy37-pp37-linux-x86_64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-pypy37-pp37-linux-x86_64.txt b/requirements/tox-pypy37-pp37-linux-x86_64.txt deleted file mode 100644 index cc93180fdd..0000000000 --- a/requirements/tox-pypy37-pp37-linux-x86_64.txt +++ /dev/null @@ -1,161 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-pypy37-pp37-linux-x86_64.txt --resolver=backtracking --strip-extras requirements/tox-pypy37-pp37-linux-x86_64.in setup.cfg -# -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-pypy37-pp37-linux-x86_64.in - # pytest-cov -cryptography==3.3.2 ; implementation_name == "pypy" and python_version < "3.8" - # via - # -r requirements/tox-pypy37-pp37-linux-x86_64.in - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-pypy37-pp37-linux-x86_64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest - # pytest-forked -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==21.0.0 ; implementation_name == "pypy" and python_version < "3.8" - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pypytools==0.6.2 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest==6.2.5 - # via - # -r requirements/tox-pypy37-pp37-linux-x86_64.in - # pytest-clarity - # pytest-cov - # pytest-forked - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-cov==2.12.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-forked==1.6.0 ; sys_platform != "win32" - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-mock==3.10.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-watch==4.2.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-pypy37-pp37-linux-x86_64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -rich==13.3.3 - # via pytest-clarity -six==1.16.0 - # via - # cryptography - # pyopenssl -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-pypy37-pp37-linux-x86_64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/tox-pypy37-pp37-win32-amd64.in b/requirements/tox-pypy37-pp37-win32-amd64.in deleted file mode 120000 index 68a874dd2f..0000000000 --- a/requirements/tox-pypy37-pp37-win32-amd64.in +++ /dev/null @@ -1 +0,0 @@ -tests.in \ No newline at end of file diff --git a/requirements/tox-pypy37-pp37-win32-amd64.txt b/requirements/tox-pypy37-pp37-win32-amd64.txt deleted file mode 100644 index bb82102d59..0000000000 --- a/requirements/tox-pypy37-pp37-win32-amd64.txt +++ /dev/null @@ -1,161 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.7 -# by the following command: -# -# pip-compile --allow-unsafe --output-file=requirements/tox-pypy37-pp37-win32-amd64.txt --resolver=backtracking --strip-extras requirements/tox-pypy37-pp37-win32-amd64.in setup.cfg -# -atomicwrites==1.4.1 - # via pytest -attrs==22.2.0 - # via pytest -autocommand==2.2.2 - # via jaraco-text -certifi==2022.12.7 - # via requests -cffi==1.15.1 - # via cryptography -chardet==5.1.0 - # via requests -charset-normalizer==3.1.0 - # via requests -colorama==0.4.6 - # via - # pytest - # pytest-watch -coverage==7.2.2 - # via - # -r requirements/tox-pypy37-pp37-win32-amd64.in - # pytest-cov -cryptography==3.3.2 ; implementation_name == "pypy" and python_version < "3.8" - # via - # -r requirements/tox-pypy37-pp37-win32-amd64.in - # pyopenssl - # trustme -docopt==0.6.2 - # via pytest-watch -execnet==1.9.0 - # via pytest-xdist -idna==3.4 - # via - # requests - # trustme -importlib-metadata==6.1.0 ; python_version < "3.8" - # via - # cheroot (setup.cfg) - # pluggy - # pytest - # pytest-rerunfailures -importlib-resources==5.12.0 - # via jaraco-text -inflect==6.0.2 - # via jaraco-text -iniconfig==2.0.0 - # via pytest -jaraco-context==4.3.0 - # via - # -r requirements/tox-pypy37-pp37-win32-amd64.in - # jaraco-text -jaraco-functools==3.6.0 - # via - # cheroot (setup.cfg) - # jaraco-text - # tempora -jaraco-text==3.11.1 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -markdown-it-py==2.2.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -more-itertools==9.1.0 - # via - # cheroot (setup.cfg) - # jaraco-functools - # jaraco-text -packaging==23.0 - # via - # pytest - # pytest-rerunfailures - # pytest-sugar -pluggy==1.0.0 - # via pytest -portend==3.1.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pprintpp==0.4.0 - # via pytest-clarity -py==1.11.0 - # via - # pypytools - # pytest -pydantic==1.10.7 - # via inflect -pygments==2.14.0 - # via rich -pyopenssl==21.0.0 ; implementation_name == "pypy" and python_version < "3.8" - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pypytools==0.6.2 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest==6.2.5 - # via - # -r requirements/tox-pypy37-pp37-win32-amd64.in - # pytest-clarity - # pytest-cov - # pytest-mock - # pytest-rerunfailures - # pytest-sugar - # pytest-watch - # pytest-xdist -pytest-clarity==1.0.1 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-cov==2.12.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-mock==3.10.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-rerunfailures==11.1.2 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-sugar==0.9.6 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-watch==4.2.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytest-xdist==3.2.1 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -pytz==2023.3 - # via tempora -requests==2.28.2 - # via - # -r requirements/tox-pypy37-pp37-win32-amd64.in - # requests-toolbelt - # requests-unixsocket -requests-toolbelt==0.10.1 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -requests-unixsocket==0.3.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -rich==13.3.3 - # via pytest-clarity -six==1.16.0 - # via - # cryptography - # pyopenssl -tempora==5.2.1 - # via portend -termcolor==2.2.0 - # via pytest-sugar -toml==0.10.2 - # via pytest -tomli==2.0.1 - # via coverage -trustme==0.9.0 - # via -r requirements/tox-pypy37-pp37-win32-amd64.in -typing-extensions==4.5.0 - # via - # importlib-metadata - # markdown-it-py - # pydantic - # rich -urllib3==1.26.15 - # via requests -watchdog==3.0.0 - # via pytest-watch -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources diff --git a/setup.cfg b/setup.cfg index b12b0114c6..e8e4c14458 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,8 +36,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -59,7 +57,7 @@ keywords = [options] use_scm_version = True -python_requires = >=3.6 +python_requires = >=3.8 packages = find: include_package_data = True diff --git a/tox.ini b/tox.ini index 97ea6eb087..0dd093aed8 100644 --- a/tox.ini +++ b/tox.ini @@ -277,10 +277,6 @@ skip_install = {[testenv:make-changelog]skip_install} [testenv:cleanup-dists] description = Wipe the the dist{/} folder -# NOTE: `package_env = none` is needed so it's possible to use `--installpkg` -# NOTE: with the main `testenv`. -# Ref: https://github.com/tox-dev/tox/issues/2442 -package_env = ❌ DUMMY NON-EXISTENT ENV NAME ❌ usedevelop = false skip_install = true deps = @@ -316,10 +312,6 @@ install_command = '{toxinidir}{/}requirements{/}' \ install {opts} {packages} isolated_build = true -# NOTE: `package_env = none` is needed so it's possible to use `--installpkg` -# NOTE: with the main `testenv`. -# Ref: https://github.com/tox-dev/tox/issues/2442 -package_env = ❌ DUMMY NON-EXISTENT ENV NAME ❌ # `usedevelop = true` overrides `skip_install` instruction, it's unwanted usedevelop = false skip_install = true @@ -353,10 +345,6 @@ depends = deps = setuptools-scm twine -# NOTE: `package_env = none` is needed so it's possible to use `--installpkg` -# NOTE: with the main `testenv`. -# Ref: https://github.com/tox-dev/tox/issues/2442 -package_env = ❌ DUMMY NON-EXISTENT ENV NAME ❌ usedevelop = false skip_install = true commands_pre = @@ -375,10 +363,6 @@ commands = {env:PEP517_OUT_DIR}{/}* [testenv:release] -# NOTE: `package_env = none` is needed so it's possible to use `--installpkg` -# NOTE: with the main `testenv`. -# Ref: https://github.com/tox-dev/tox/issues/2442 -package_env = ❌ DUMMY NON-EXISTENT ENV NAME ❌ skip_install = True deps = pep517>=0.5