Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Werkzeug dependency for testing with Anaconda Python distribution #40

Commits on Nov 22, 2023

  1. Fix Anaconda environment configuration for tests

    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.
    aj-stein-nist committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    873a2ce View commit details
    Browse the repository at this point in the history