We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c06f2f + 4361386 commit 06c9672Copy full SHA for 06c9672
docs/changelog-fragments/615.packaging.rst
@@ -0,0 +1,2 @@
1
+The RPM definition now runs import self-checks when it is
2
+built for Fedora Linux -- by :user:`webknjaz`.
packaging/rpm/ansible-pylibssh.spec
@@ -233,6 +233,7 @@ sed \
233
export PYTHONPATH="%{buildroot_site_packages}:${PYTHONPATH}"
234
# Fedora:
235
%if "%{?fedora:SET}" == "SET"
236
+%pyproject_check_import
237
%tox -e just-pytest -- \
238
-- \
239
--deselect tests/unit/scp_test.py::test_get \
0 commit comments