Skip to content

Commit

Permalink
Upgrade waitress
Browse files Browse the repository at this point in the history
  • Loading branch information
jasite committed May 10, 2022
1 parent 2923b52 commit f99986c
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 f99986c

Please sign in to comment.