From 0d46b11295c4aea433eebd83ea94413cfec0c09d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 18 2019 11:39:56 +0000 Subject: update 2019-09-18 11:39 --- diff --git a/_config b/_config index a8cf8d5..8a82e58 100644 --- a/_config +++ b/_config @@ -430,8 +430,9 @@ Prefer: python2-msgpack python3-msgpack # We have opencv and opencv3 - as usual, the unversioned one should win Prefer: opencv-devel -# python[23]-pytest4 should win over python[23]-pytest -Prefer: python2-pytest4 python3-pytest4 +# python2-pytest4 should win over python2-pytest +# python3-pytest should win over python3-pytest4 since pytest5 is python3 only +Prefer: python2-pytest4 python3-pytest # There is python3-Django and python3-Django1 - as usual, we favor the unversioned one Prefer: python3-Django