Skip to content

Commit

Permalink
Skip fenhl_tootr preset unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Apr 10, 2024
1 parent eb8bb51 commit dfcee63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def test_presets(self):
with open(fn, encoding='utf-8') as f:
presets = json.load(f)
for name, settings_dict in presets.items():
if name in ("Fenhl's Casual", '2nd Mixed Pools Tournament', 'Hell Mode'):
if name in ("Fenhl's Casual", "Fenhl's Casual (TOoTR compat)", '2nd Mixed Pools Tournament', 'Hell Mode'):
continue #TODO investigate high failure rates with full mixed pools
ofile = 'preset_' + re.sub(r'[^a-zA-Z0-9_-]+', '_', name)
with self.subTest(name, filename=ofile):
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '8.1.16'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 2
supplementary_version = 3

# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
# This will be 0x00 for main releases and 0x01 for main dev.
Expand Down

0 comments on commit dfcee63

Please sign in to comment.