Skip to content

Commit

Permalink
Skip documentation version checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Jun 13, 2020
1 parent ca5f334 commit 66a54ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from fract4d import options

class Test(unittest.TestCase):
@pytest.mark.skip(reason="version management under development with meson")
def testDocVersionMatches(self):
# check the docs
doc = open("manual/config.toml")
Expand All @@ -24,6 +25,7 @@ def testDocVersionMatches(self):
self.assertTrue(m, "manual doesn't specify version")
self.assertEqual(options.VERSION, m.group(1), "Version mismatch")

@pytest.mark.skip(reason="version management under development with meson")
def testWebsiteVersionMatches(self):
if not os.path.exists("website"):
# not included in source dist
Expand Down

0 comments on commit 66a54ef

Please sign in to comment.