Skip to content

Commit b0452b3

Browse files
committed
VNC is not added to atoms anymore
1 parent 427c29f commit b0452b3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_parse.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ def test_python_targets(self):
8080
self.args + ["--manual", "--python-targets", "python3_8"])
8181
self.assertEqual("python3_8", options.python_targets)
8282

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-
9083
def test_docker_image(self):
9184
options = ebuildtester.parse.parse_commandline(
9285
self.args + ["--manual"])

0 commit comments

Comments
 (0)