Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2019
1 parent 7420110 commit 852cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_mokadi/test_LONG_rest_api_speech.py
Expand Up @@ -28,7 +28,7 @@
class TestLONGRestApiSpeech(unittest.TestCase):

def setUp(self):
add_missing_development_version(["jyquickhelper", "ensae_teaching_cs", "pymmails"],
add_missing_development_version(["jyquickhelper", "pymmails"],
__file__, hide=True)

@unittest.skipIf(is_travis_or_appveyor() is not None, reason="no keys")
Expand Down

0 comments on commit 852cfa4

Please sign in to comment.