Skip to content

Commit f31f006

Browse files
committed
Added reference files for Windows
1 parent 78fc179 commit f31f006

File tree

30 files changed

+270
-0
lines changed

30 files changed

+270
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
mypy create: ...\.tox\mypy
2+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
lint create: ...\.tox\lint
6+
lint installed: ...\.tox\lint\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
7+
lint run-test-pre: PYTHONHASHSEED='1357'
8+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
mypy: commands succeeded
11+
lint: commands succeeded
12+
congratulations :)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
2+
mypy create: ...\.tox\mypy
3+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
4+
mypy run-test-pre: PYTHONHASHSEED='2468'
5+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
6+
___________________________________ summary ___________________________________
7+
mypy: commands succeeded
8+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
py37 create: ...\.tox\py37
2+
py37 installed: ...\.tox\py37\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
3+
py37 run-test-pre: PYTHONHASHSEED='1234'
4+
py37 run-test: commands[0] | python --version
5+
mypy create: ...\.tox\mypy
6+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
7+
mypy run-test-pre: PYTHONHASHSEED='2468'
8+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
py37: commands succeeded
11+
mypy: commands succeeded
12+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
py37 create: ...\.tox\py37
2+
py37 installed: ...\.tox\py37\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
3+
py37 run-test-pre: PYTHONHASHSEED='1234'
4+
py37 run-test: commands[0] | python --version
5+
mypy create: ...\.tox\mypy
6+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
7+
mypy run-test-pre: PYTHONHASHSEED='2468'
8+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
py37: commands succeeded
11+
mypy: commands succeeded
12+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
mypy create: ...\.tox\mypy
2+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
lint create: ...\.tox\lint
6+
lint installed: ...\.tox\lint\lib\site-packages\pip\_vendor\packaging\version.py:130: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, DeprecationWarning,
7+
lint run-test-pre: PYTHONHASHSEED='1357'
8+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
mypy: commands succeeded
11+
lint: commands succeeded
12+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
mypy create: ...\.tox\mypy
2+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
lint create: ...\.tox\lint
6+
lint installed: ...\.tox\lint\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
7+
lint run-test-pre: PYTHONHASHSEED='1357'
8+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
mypy: commands succeeded
11+
lint: commands succeeded
12+
congratulations :)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
WARNING: Ignoring '-n qa' option as '-e / --envlist' option given.
2+
mypy create: ...\.tox\mypy
3+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
4+
mypy run-test-pre: PYTHONHASHSEED='2468'
5+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
6+
___________________________________ summary ___________________________________
7+
mypy: commands succeeded
8+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
py38 create: ...\.tox\py38
2+
py38 installed: ...\.tox\py38\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
3+
py38 run-test-pre: PYTHONHASHSEED='1234'
4+
py38 run-test: commands[0] | python --version
5+
mypy create: ...\.tox\mypy
6+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
7+
mypy run-test-pre: PYTHONHASHSEED='2468'
8+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
py38: commands succeeded
11+
mypy: commands succeeded
12+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
py38 create: ...\.tox\py38
2+
py38 installed: ...\.tox\py38\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
3+
py38 run-test-pre: PYTHONHASHSEED='1234'
4+
py38 run-test: commands[0] | python --version
5+
mypy create: ...\.tox\mypy
6+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
7+
mypy run-test-pre: PYTHONHASHSEED='2468'
8+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
py38: commands succeeded
11+
mypy: commands succeeded
12+
congratulations :)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
mypy create: ...\.tox\mypy
2+
mypy installed: ...\.tox\mypy\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
3+
mypy run-test-pre: PYTHONHASHSEED='2468'
4+
mypy run-test: commands[0] | python -c 'print('"'"'This is the mypy testenv'"'"')'
5+
lint create: ...\.tox\lint
6+
lint installed: ...\.tox\lint\lib\site-packages\pip\_vendor\packaging\version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release, warnings.warn(
7+
lint run-test-pre: PYTHONHASHSEED='1357'
8+
lint run-test: commands[0] | python -c 'print('"'"'This is the lint testenv'"'"')'
9+
___________________________________ summary ___________________________________
10+
mypy: commands succeeded
11+
lint: commands succeeded
12+
congratulations :)

0 commit comments

Comments
 (0)