Skip to content

Commit

Permalink
Add reference files for Python 3.12 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 30, 2024
1 parent 6f81c15 commit 7c70902
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: ...\.tox\lint
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
lint: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
py312 create: ...\.tox\py312
py312 run-test-pre: PYTHONHASHSEED='1234'
py312 run-test: commands[0] | python --version
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
py312: commands succeeded
mypy: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
py312 create: ...\.tox\py312
py312 run-test-pre: PYTHONHASHSEED='1234'
py312 run-test: commands[0] | python --version
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
py312: commands succeeded
mypy: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: ...\.tox\lint
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
lint: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: ...\.tox\lint
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
lint: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ERROR: unknown environment 'py312-attrs(19.3'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ERROR: unknown environment 'py312-attrs(19.3'
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mypy create: ...\.tox\mypy
mypy run-test-pre: PYTHONHASHSEED='2468'
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
lint create: ...\.tox\lint
lint run-test-pre: PYTHONHASHSEED='1357'
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
___________________________________ summary ____________________________________
mypy: commands succeeded
lint: commands succeeded
congratulations :)

0 comments on commit 7c70902

Please sign in to comment.