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 88b9df4 commit e94429cCopy full SHA for e94429c
nginxctl/tests/test_parser.py
@@ -21,7 +21,6 @@
21
22
23
class TestParser(TestCase, object):
24
- __name__ = (ast.Str if sys.version_info[0] == 2 else ast.Constant)('TestParser')
25
maxDiff = 1200
26
27
def setUp(self):
@@ -48,7 +47,7 @@ def setUp(self):
48
47
def tearDown(self):
49
rmtree(self.temp_dir)
50
51
- @unittest.skip
+ @unittest.skip('')
52
def test_filter_map_block(self):
53
pp(self.nginx_conf_parse)
54
for config in self.nginx_conf_parse["config"]:
requirements.txt
@@ -1,4 +1,4 @@
1
crossplane
2
boltons
3
-pyyaml
+pyyaml!=6.0.0,!=5.4.0,!=5.4.1
4
meta
0 commit comments