Skip to content

Commit

Permalink
Merge pull request graphite-project#933 from deniszh/DZ-fix-tests
Browse files Browse the repository at this point in the history
Fixing git url in tests
  • Loading branch information
deniszh authored May 4, 2022
2 parents 8ce1b61 + faa0783 commit 8140e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox flake8 pytest
python -m pip install --upgrade pip 'setuptools<58' --force-reinstall
pip install 'tox<4' tox-gh-actions flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Tests with tox
env:
TOXENV: ${{ matrix.toxenv }}
TOX_SKIP_ENV: py39\-pyhash
run: |
tox
- name: Linting
Expand Down
2 changes: 1 addition & 1 deletion tests-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ nose
protobuf
mmh3
cryptography
git+git://github.com/graphite-project/ceres.git#egg=ceres
git+https://github.com/graphite-project/ceres.git#egg=ceres
backports.tempfile
service_identity

0 comments on commit 8140e50

Please sign in to comment.