Skip to content

Commit

Permalink
[ci/temp] Pinned openwisp-controller dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Aug 9, 2023
1 parent 2b0d7f8 commit 5061312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Install test dependencies
run: |
pip install -U -r requirements-test.txt
pip install --force-reinstall \
git+https://github.com/openwisp/openwisp-controller/@issue-606/zerotier-member-auth-ip-assign
- name: Install openwisp-network-topology
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest-django~=4.5.2
freezegun~=1.1.0
# Needed to test integrations
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master
openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/issue-606/zerotier-member-auth-ip-assign
openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master
openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master
redis~=4.5.4
django_redis~=5.2.0

0 comments on commit 5061312

Please sign in to comment.