Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.py[co]
dist
venv

# When this repository is included as a
# submodule within a buildout project,
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
env: NOX_SESSION="tests_gaesdk"

install:
- pip install nox-automation codecov
- pip install nox-automation==0.19.1 codecov

script:
- nox -s "$NOX_SESSION"
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
test:
coverage run run_tests.py
coverage report -m
pytest --cov=. --cov-report=html
2 changes: 1 addition & 1 deletion requirements-dev-gaesdk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gaepytz==2011h
pytest==2.9.1
pytest-cov==2.2.1
mock==2.0.0
gcp-devrel-py-tools==0.0.8
gcp-devrel-py-tools==0.0.15
15 changes: 7 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# These dependencies match App Engine SDK versions.
WebOb==1.6.1
Jinja2==2.8
WebOb==1.8.8
Jinja2==3.1.4
Mako==1.0.4
Babel==2.3.4
pytz==2016.6.1
Babel==2.16.0
pytz==2024.1
# These are test dependencies
pytest==2.9.1
pytest-cov==2.2.1
pytest==8.3.2
pytest-cov==5.0.0
mock==2.0.0
six==1.10.0
six==1.16.0
gcp-devrel-py-tools==0.0.8
Loading