Skip to content

Commit

Permalink
ci: fix ci tests
Browse files Browse the repository at this point in the history
fix ci tests
  • Loading branch information
richm committed Apr 24, 2024
1 parent f1d425f commit 61be62d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,5 @@ MIT
## Author Information
Andrew Price
test
7 changes: 7 additions & 0 deletions pytest_extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT

# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
ansible<2.7 ; python_version < "2.7"
idna<2.8 ; python_version < "2.7"
PyYAML<5.1 ; python_version < "2.7"
2 changes: 0 additions & 2 deletions tests/library/find_unused_disk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python

from __future__ import absolute_import, division, print_function

__metaclass__ = type
Expand Down

0 comments on commit 61be62d

Please sign in to comment.