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 427c29f commit b0452b3Copy full SHA for b0452b3
test/test_parse.py
@@ -80,13 +80,6 @@ def test_python_targets(self):
80
self.args + ["--manual", "--python-targets", "python3_8"])
81
self.assertEqual("python3_8", options.python_targets)
82
83
- def test_with_vnc(self):
84
- options = ebuildtester.parse.parse_commandline(
85
- self.args + ["--manual", "--with-vnc"])
86
- self.assertTrue(options.with_vnc)
87
- self.assertTrue(Atom("net-misc/tigervnc") in options.atom)
88
- self.assertTrue(Atom("x11-wm/icewm") in options.atom)
89
-
90
def test_docker_image(self):
91
options = ebuildtester.parse.parse_commandline(
92
self.args + ["--manual"])
0 commit comments