Skip to content

Commit 17a7581

Browse files
committed
Remove tests and alternative Python implementations
Ad discussed here: #548 (comment)
1 parent 6f9cb1b commit 17a7581

File tree

32 files changed

+1
-2352
lines changed

32 files changed

+1
-2352
lines changed

.github/workflows/check-python.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r 00_Utilities/python/ci-requirements.txt
23-
- name: Test with pytest
24-
run: |
25-
pytest -m "not slow"
2623
- name: Test with mypy
2724
run: |
2825
mypy . --exclude 79_Slalom --exclude 27_Civil_War --exclude 38_Fur_Trader --exclude 81_Splat --exclude 09_Battle --exclude 40_Gomoko --exclude 36_Flip_Flop --exclude 43_Hammurabi --exclude 04_Awari --exclude 78_Sine_Wave --exclude 77_Salvo --exclude 34_Digits --exclude 17_Bullfight --exclude 16_Bug

00_Utilities/python/ci-requirements.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pytest
21
flake8
32
flake8-bugbear
43
flake8-comprehensions

00_Utilities/python/ci-requirements.txt

+1-16
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ attrs==20.3.0
88
# via
99
# flake8-bugbear
1010
# flake8-implicit-str-concat
11-
# pytest
1211
flake8==4.0.1
1312
# via
1413
# -r ci-requirements.in
@@ -20,8 +19,6 @@ flake8-comprehensions==3.8.0
2019
# via -r ci-requirements.in
2120
flake8-implicit-str-concat==0.2.0
2221
# via -r ci-requirements.in
23-
iniconfig==1.1.1
24-
# via pytest
2522
mccabe==0.6.1
2623
# via flake8
2724
more-itertools==8.12.0
@@ -30,23 +27,11 @@ mypy==0.931
3027
# via -r ci-requirements.in
3128
mypy-extensions==0.4.3
3229
# via mypy
33-
packaging==21.3
34-
# via pytest
35-
pluggy==1.0.0
36-
# via pytest
37-
py==1.11.0
38-
# via pytest
3930
pycodestyle==2.8.0
4031
# via flake8
4132
pyflakes==2.4.0
4233
# via flake8
43-
pyparsing==3.0.7
44-
# via packaging
45-
pytest==7.0.1
46-
# via -r ci-requirements.in
4734
tomli==2.0.1
48-
# via
49-
# mypy
50-
# pytest
35+
# via mypy
5136
typing-extensions==4.1.1
5237
# via mypy

01_Acey_Ducey/python/acey_ducey_oo.py

-136
This file was deleted.

0 commit comments

Comments
 (0)