diff --git a/plans.fmf b/plans.fmf index e6427de..890b3bb 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,4 +1,5 @@ discover: how: fmf + dist-git-source: true execute: how: tmt diff --git a/tests/testsuite.fmf b/tests/testsuite.fmf new file mode 100644 index 0000000..71c7079 --- /dev/null +++ b/tests/testsuite.fmf @@ -0,0 +1,16 @@ +summary: upstream testsuite +require: + - babel + - python3-babel + - python3-pip + - python3-pytest + - python3-setuptools # for test_setuptools_frontend + - python3-dateutil # required by freezegun + - python3-six # required by freezegun + # pytz and freezegun installed from PyPI, not available in RHEL +environment: + TZ: UTC +test: | + pip install pytz==2024.1 freezegun==1.5.1 && + cd $(dirname $TMT_SOURCE_DIR/Babel-*/tests) && + pytest -v