Skip to content

Commit

Permalink
Use pip to install test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 3, 2024
1 parent a11df2c commit b9f3db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ iocage_tests_task:
- name: Use prebuilt packages
install_python_packages_script:
- sed -E 's/([^<>=]+).*/py311-\1/' requirements.txt requirements-test.txt | xargs pkg install -y
# Necessary as long as py311-pytest a'd py311-pytest-pep8 conflict
- python3 -m pip install requirements-test.txt
env_setup_script:
- mount -t fdescfs null /dev/fd
- pkg install -y devel/py-libzfs
Expand Down

0 comments on commit b9f3db9

Please sign in to comment.