Skip to content

Commit 06c9672

Browse files
authored
Merge pull request #615 from webknjaz/packaging/rpm-import-check
2 parents 6c06f2f + 4361386 commit 06c9672

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ sed \
233233
export PYTHONPATH="%{buildroot_site_packages}:${PYTHONPATH}"
234234
# Fedora:
235235
%if "%{?fedora:SET}" == "SET"
236+
%pyproject_check_import
236237
%tox -e just-pytest -- \
237238
-- \
238239
--deselect tests/unit/scp_test.py::test_get \

0 commit comments

Comments
 (0)