Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Sep 7, 2024
1 parent 02ccc4a commit 9019923
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install prereqs
run: |
pip install -q ansible-core=='${{ matrix.ansible-core-version }}' virtualenv setuptools wheel coveralls
pip install -qr tests/requirements_tests.txt
pip install -r requirements.txt -r tests/requirements_tests.txt
pip freeze
sudo apt-get install -yq graphviz
ansible-galaxy install -r tests/fixtures/requirements.yml
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
COVERALLS_PARALLEL: true

coveralls:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Finish coverage
needs: pytest
container: python:3-slim # just need a simple python container to finish the coverage
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,12 @@ More information [here](https://docs.ansible.com/ansible/latest/reference_append
Contributions are welcome. Feel free to contribute by creating an issue or submitting a PR :smiley:
### Dev environment
### Local development
To setup a new development environment :
To setup a new local development environment :
- Install graphviz (see above)
- (cd tests && pip install -r requirements_tests.txt)
- pip install -r requirements.txt -r tests/requirements_tests.txt
Run the tests and open the generated files in your system’s default viewer application:
Expand Down
1 change: 0 additions & 1 deletion tests/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-r ../requirements.txt
pytest==8.3.2
pytest-cov==5.0.0
pyquery==2.0.1
Expand Down

0 comments on commit 9019923

Please sign in to comment.