Compare commits
No commits in common. "c292beb0e1c3c1c59b0d22da445a7e4102d70322" and "c8-beta" have entirely different histories.
c292beb0e1
...
c8-beta
@ -1 +0,0 @@
|
||||
1
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
ply-3.3.tar.gz
|
||||
/ply-3.4.tar.gz
|
||||
/ply-3.6.tar.gz
|
||||
/ply-3.8.tar.gz
|
||||
/ply-3.9.tar.gz
|
||||
/ply-3.11.tar.gz
|
||||
SOURCES/ply-3.11.tar.gz
|
||||
|
1
.python3.12-ply.metadata
Normal file
1
.python3.12-ply.metadata
Normal file
@ -0,0 +1 @@
|
||||
10a555a32095991fbc7f7ed10c677a14e21fad1d SOURCES/ply-3.11.tar.gz
|
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
19
plan.fmf
19
plan.fmf
@ -1,19 +0,0 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.12-ply
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/ply-*/test) &&
|
||||
rm -rf ply* &&
|
||||
cd test &&
|
||||
sed -i "s/self.assert_(/self.assertTrue(/" testlex.py &&
|
||||
sed -i "s/self.assert_(/self.assertTrue(/" testyacc.py &&
|
||||
sed -i "s/from six.moves.queue import Empty/from queue import Empty/" testcpp.py &&
|
||||
python3.12 testlex.py &&
|
||||
python3.12 testyacc.py &&
|
||||
python3.12 testcpp.py
|
Loading…
Reference in New Issue
Block a user