We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80a69d commit 83cf3ccCopy full SHA for 83cf3cc
setup.py
@@ -28,10 +28,10 @@ def readfile(filename):
28
class SageTest(TestCommand):
29
def run_tests(self):
30
import os, sys
31
- errno = os.system("sage -t --force-lib sage_widget_adapters")
+ errno = os.system("sage -t --force-lib --optional=sage sage_widget_adapters")
32
if errno != 0:
33
sys.exit(1)
34
- errno = os.system("sage -t --force-lib sage_combinat_widgets")
+ errno = os.system("sage -t --force-lib --optional=sage sage_combinat_widgets")
35
36
37
0 commit comments