Skip to content

Commit 7c70902

Browse files
committed
Add reference files for Python 3.12 on Windows
1 parent 6f81c15 commit 7c70902

10 files changed

Lines changed: 76 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mypy create: ...\.tox\mypy
2+
mypy run-test-pre: PYTHONHASHSEED='2468'
3+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
4+
lint create: ...\.tox\lint
5+
lint run-test-pre: PYTHONHASHSEED='1357'
6+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
mypy: commands succeeded
9+
lint: commands succeeded
10+
congratulations :)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
2+
mypy create: ...\.tox\mypy
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
___________________________________ summary ____________________________________
6+
mypy: commands succeeded
7+
congratulations :)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
py312 create: ...\.tox\py312
2+
py312 run-test-pre: PYTHONHASHSEED='1234'
3+
py312 run-test: commands[0] | python --version
4+
mypy create: ...\.tox\mypy
5+
mypy run-test-pre: PYTHONHASHSEED='2468'
6+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
py312: commands succeeded
9+
mypy: commands succeeded
10+
congratulations :)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
py312 create: ...\.tox\py312
2+
py312 run-test-pre: PYTHONHASHSEED='1234'
3+
py312 run-test: commands[0] | python --version
4+
mypy create: ...\.tox\mypy
5+
mypy run-test-pre: PYTHONHASHSEED='2468'
6+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
py312: commands succeeded
9+
mypy: commands succeeded
10+
congratulations :)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mypy create: ...\.tox\mypy
2+
mypy run-test-pre: PYTHONHASHSEED='2468'
3+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
4+
lint create: ...\.tox\lint
5+
lint run-test-pre: PYTHONHASHSEED='1357'
6+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
mypy: commands succeeded
9+
lint: commands succeeded
10+
congratulations :)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mypy create: ...\.tox\mypy
2+
mypy run-test-pre: PYTHONHASHSEED='2468'
3+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
4+
lint create: ...\.tox\lint
5+
lint run-test-pre: PYTHONHASHSEED='1357'
6+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
mypy: commands succeeded
9+
lint: commands succeeded
10+
congratulations :)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
2+
mypy create: ...\.tox\mypy
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
___________________________________ summary ____________________________________
6+
mypy: commands succeeded
7+
congratulations :)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ERROR: unknown environment 'py312-attrs(19.3'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ERROR: unknown environment 'py312-attrs(19.3'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mypy create: ...\.tox\mypy
2+
mypy run-test-pre: PYTHONHASHSEED='2468'
3+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
4+
lint create: ...\.tox\lint
5+
lint run-test-pre: PYTHONHASHSEED='1357'
6+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
7+
___________________________________ summary ____________________________________
8+
mypy: commands succeeded
9+
lint: commands succeeded
10+
congratulations :)

0 commit comments

Comments
 (0)