Skip to content

Commit

Permalink
Regenerate reference files for newer Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 24, 2024
1 parent e65028a commit 834a385
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py311 create: .../.tox/py311
py311 run-test-pre: PYTHONHASHSEED='1234'
py311 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py311 create: .../.tox/py311
py311 run-test-pre: PYTHONHASHSEED='1234'
py311 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py312 create: .../.tox/py312
py312 run-test-pre: PYTHONHASHSEED='1234'
py312 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py312 create: .../.tox/py312
py312 run-test-pre: PYTHONHASHSEED='1234'
py312 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py313 create: .../.tox/py313
py313 run-test-pre: PYTHONHASHSEED='1234'
py313 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ py313 create: .../.tox/py313
py313 run-test-pre: PYTHONHASHSEED='1234'
py313 run-test: commands[0] | python --version
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
mypy create: .../.tox/mypy
mypy installed: .../.tox/mypy/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: .../.tox/lint
lint installed: .../.tox/lint/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html, from pip._vendor.pkg_resources import find_distributions
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
Expand Down

0 comments on commit 834a385

Please sign in to comment.