Skip to content

Commit

Permalink
Fix Anaconda environment configuration for tests (scitt-community#40)
Browse files Browse the repository at this point in the history
In order to fix scitt-community#38, we need to hard
pin the version of Werkzeug used by Flask to avoid the changes after
to how functions are organized in the library's modules.

See PR Sanster/IOPaint#390 with a related solution (not specific to
Anaconda approach, but informative).

See [StackOverflow](https://stackoverflow.com/a/77217971) post for
details.
  • Loading branch information
aj-stein-nist authored Nov 27, 2023
1 parent a30c818 commit a2293ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ dependencies:
- jsonschema==4.17.3
- jwcrypto==1.5.0
- PyJWT==2.8.0
- werkzeug==2.2.2

0 comments on commit a2293ff

Please sign in to comment.