Skip to content

Commit e334b75

Browse files
committed
Removed some more pygame references
1 parent 89e5fe8 commit e334b75

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

ci/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class TargetPython(Enum):
4444
'omemo',
4545
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
4646
'psycopg2',
47-
'pygame',
4847
# most likely some setup in the Docker container, because it works in host
4948
'pyjnius', 'pyopenal',
5049
'pyproj',

testapps/setup_pygame.py

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

tests/test_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
name_sets = [['python2'],
1313
['kivy']]
1414
bootstraps = [None,
15-
Bootstrap.get_bootstrap('pygame', ctx),
1615
Bootstrap.get_bootstrap('sdl2', ctx)]
1716
valid_combinations = list(product(name_sets, bootstraps))
1817
valid_combinations.extend(

0 commit comments

Comments
 (0)