Replace whole repo with latest content from branch stream-20.4-rhel-8.8.0
Content corresponds with RHEL dist-git commit 806fbe7
This commit is contained in:
parent
33bc4d2b61
commit
11c7be499d
@ -1 +0,0 @@
|
|||||||
1
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/packaging-20.4.tar.gz
|
|
||||||
/packaging-20.4.tar.gz
|
/packaging-20.4.tar.gz
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
@ -1,7 +0,0 @@
|
|||||||
summary: python-packaging tests
|
|
||||||
description:
|
|
||||||
Basic python-packaging tests
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
@ -1,22 +0,0 @@
|
|||||||
summary: Tests for python-packaging
|
|
||||||
|
|
||||||
require:
|
|
||||||
- python3
|
|
||||||
- python3-packaging
|
|
||||||
|
|
||||||
# Currently there is no easy way to see the versions of installed packages.
|
|
||||||
# Let's list them to make sure we're testing against the correct package set.
|
|
||||||
/display-installed-packages:
|
|
||||||
test: |
|
|
||||||
rpm -qa | sort
|
|
||||||
|
|
||||||
/smoke:
|
|
||||||
test: |
|
|
||||||
set -eux
|
|
||||||
python3 -c 'import packaging'
|
|
||||||
python3 -c 'from packaging import version; version.Version("2.5.1rc2")'
|
|
||||||
python3 -c 'from packaging import specifiers; specifiers.SpecifierSet("~=1.0")'
|
|
||||||
python3 -c 'from packaging import markers; markers.Marker("python_version>'"'"'2'"'"'")'
|
|
||||||
python3 -c 'from packaging import requirements; requirements.Requirement('"'"'name[foo]>=2,<3; python_version>"2.0"'"'"')'
|
|
||||||
python3 -c 'from packaging import tags; tags.Tag("py39", "none", "any")'
|
|
||||||
python3 -c 'from packaging.utils import canonicalize_name; canonicalize_name("Django_foobar")'
|
|
Loading…
Reference in New Issue
Block a user