We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d2171 commit 8892a6bCopy full SHA for 8892a6b
2 files changed
ietf/group/tests.py
@@ -30,7 +30,6 @@
30
skip_dot_to_pdf = False
31
skip_message = ""
32
else:
33
- import sys
34
skip_dot_to_pdf = True
35
skip_message = ("Skipping dependency graph tests: One or more of the binaries for dot\n "
36
"and unflatten weren't found in the locations indicated in settings.py")
ietf/meeting/tests_views.py
@@ -56,7 +56,6 @@
56
skip_pdf_tests = False
57
58
59
60
skip_pdf_tests = True
61
skip_message = ("Skipping pdf test: The binary for ghostscript wasn't found in the\n "
62
"location indicated in settings.py.")
0 commit comments