summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/replace101.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/replace101.py')
-rw-r--r--test/pacman/tests/replace101.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/pacman/tests/replace101.py b/test/pacman/tests/replace101.py
index 86c40ac6..ee0f8607 100644
--- a/test/pacman/tests/replace101.py
+++ b/test/pacman/tests/replace101.py
@@ -1,4 +1,4 @@
-self.description = "Sysupgrade with a versioned replacement"
+self.description = "Sysupgrade with a versioned replacement, original disappears"
sp1 = pmpkg("python2-yaml", "5-1")
sp1.replaces = ["python-yaml<5"]
@@ -6,11 +6,6 @@ sp1.conflicts = ["python-yaml<5"]
sp1.files = ["lib/python2/file"]
self.addpkg2db("sync", sp1)
-# the python3 version
-sp2 = pmpkg("python-yaml", "5-1")
-sp2.files = ["lib/python3/file"]
-self.addpkg2db("sync", sp2)
-
lp1 = pmpkg("python-yaml", "4-1")
lp1.files = ["lib/python2/file"]
self.addpkg2db("local", lp1)