Skip to content

Commit

Permalink
Merge branch '54-update-waitress-to-1-4-3' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Update waitress to 1.4.3"

Closes #54

See merge request web-apps/arctic-office-projects-api!34
  • Loading branch information
jasite committed May 10, 2022
2 parents cb46ce0 + f99986c commit d09eb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,8 @@ test framework. Test cases are defined in files within `tests/` and are automati

Tests are automatically ran on each commit through [Continuous Integration](#continuous-integration).

It may be necesssary to create a test database in the app-db container called `app_test`

To run tests manually:

```shell
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ text-unidecode==1.2
ulid-py==0.0.9
unittest-xml-reporting==2.5.1
urllib3==1.25.3
waitress==1.3.0
waitress==1.4.3
Werkzeug==0.15.6

0 comments on commit d09eb01

Please sign in to comment.