Skip to content

Commit

Permalink
Add reference files for Python 3.13 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 30, 2024
1 parent e21c6c2 commit 6f81c15
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 @@
py313 create: ...\.tox\py313
py313 run-test-pre: PYTHONHASHSEED='1234'
py313 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 ____________________________________
py313: commands succeeded
mypy: commands succeeded
congratulations :)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
py313 create: ...\.tox\py313
py313 run-test-pre: PYTHONHASHSEED='1234'
py313 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 ____________________________________
py313: 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,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 'py313-attrs(19.3'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ERROR: unknown environment 'py313-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 :)
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 6f81c15

Please sign in to comment.