Skip to content

Commit 504fd5c

Browse files
authored
Merge branch 'upstream' into upstream
2 parents 5dbe62b + 4b73007 commit 504fd5c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
general:
2+
branches:
3+
ignore:
4+
- ggmaster
5+
- hots
6+
- jonomon
7+
- master
8+
- old_master
9+
test:
10+
override:
11+
- python -m unittest discover test_replays
12+
- python -m unittest discover test_s2gs

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pillow

test_replays/test_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def test_engine_plugins(self):
303303
self.assertEqual(code, 0)
304304
self.assertEqual(details, dict())
305305

306+
@unittest.expectedFailure
306307
def test_factory_plugins(self):
307308
from sc2reader.factories.plugins.replay import APMTracker, SelectionTracker, toJSON
308309

0 commit comments

Comments
 (0)