Skip to content

Commit 01abd78

Browse files
committed
Remove python tests.
1 parent 48305ba commit 01abd78

22 files changed

+0
-454
lines changed

.github/workflows/static_checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
echo "Skipping Python static analysis as no Python files were changed."
6666
fi
6767
68-
- name: Python builders checks via pytest (pytest_builders.sh)
69-
run: |
70-
bash ./misc/scripts/pytest_builders.sh
71-
7268
- name: JavaScript style and documentation checks via ESLint and JSDoc
7369
run: |
7470
if grep -q "platform/web" changed.txt || [ -z "$(cat changed.txt)" ]; then

tests/python_build/conftest.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/python_build/fixtures/gles3/_included.glsl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/python_build/fixtures/gles3/vertex_fragment.glsl

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/python_build/fixtures/gles3/vertex_fragment_expected_full.glsl

Lines changed: 0 additions & 51 deletions
This file was deleted.

tests/python_build/fixtures/gles3/vertex_fragment_expected_parts.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

tests/python_build/fixtures/glsl/_included.glsl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/python_build/fixtures/glsl/compute.glsl

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/python_build/fixtures/glsl/compute_expected_full.glsl

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/python_build/fixtures/glsl/compute_expected_parts.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)