scripts/pythondistdeps: Tests: small tweaks

This commit is contained in:
Tomas Orsava 2020-07-10 15:46:19 +02:00
parent c2e0f33565
commit 32a1b47f5b
2 changed files with 15 additions and 16 deletions

View File

@ -497,6 +497,20 @@
python3.9dist(simplejson) = 3.16
python3dist(simplejson) = 3.16
requires: python(abi) = 3.9
--provides --majorver-provides-versions 3.9:
usr/lib/python2.7/site-packages/zope.interface-4.6.0.dist-info:
provides: python2.7dist(zope.interface) = 4.6
requires: |-
python(abi) = 2.7
python2.7dist(setuptools)
usr/lib64/python3.7/site-packages/lxml-4.4.0.dist-info:
provides: python3.7dist(lxml) = 4.4
requires: python(abi) = 3.7
usr/lib64/python3.9/site-packages/simplejson-3.16.0-py3.9.egg-info:
provides: |-
python3.9dist(simplejson) = 3.16
python3dist(simplejson) = 3.16
requires: python(abi) = 3.9
--provides --majorver-provides-versions 3.9 --majorver-provides-versions 2.7:
usr/lib/python2.7/site-packages/attrs-19.1.0-py2.7.egg-info:
provides: |-
@ -844,21 +858,6 @@
python3.9dist(simplejson) = 3.16
python3dist(simplejson) = 3.16
requires: python(abi) = 3.9
--provides --majorver-provides-versions 3.9:
usr/lib/python2.7/site-packages/zope.interface-4.6.0.dist-info:
provides: |-
python2.7dist(zope.interface) = 4.6
requires: |-
python(abi) = 2.7
python2.7dist(setuptools)
usr/lib64/python3.7/site-packages/lxml-4.4.0.dist-info:
provides: python3.7dist(lxml) = 4.4
requires: python(abi) = 3.7
usr/lib64/python3.9/site-packages/simplejson-3.16.0-py3.9.egg-info:
provides: |-
python3.9dist(simplejson) = 3.16
python3dist(simplejson) = 3.16
requires: python(abi) = 3.9
--requires --normalized-names-format legacy-dots:
--provides --majorver-provides --normalized-names-format legacy-dots:
usr/lib/python2.7/site-packages/zope.component-4.3.0-py2.7.egg-info:

View File

@ -1,5 +1,5 @@
# Run tests using pytest, e.g. from the root directory
# $ python3 -m pytest --ignore tests/testing/ -vvv
# $ python3 -m pytest --ignore tests/testing/ -s -vvv
#
# If there are any breakags, the best way to see differences is using a diff:
# $ diff tests/data/scripts_pythondistdeps/test-data.yaml <(python3 tests/test_scripts_pythondistdeps.py)