Skip to content

Commit

Permalink
Disable pydantic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Jul 10, 2024
1 parent 1bc4ffa commit 3e93715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- testname: uwsgi
- testname: uwsgi-lazy-apps
- testname: wsgi
- testname: connexion-pydantic
# - testname: connexion-pydantic
- testname: restful-with-blueprints
- testname: restful-return-none
- testname: restplus-default-metrics
Expand Down
2 changes: 2 additions & 0 deletions examples/connexion-pydantic/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Connexion with pydantic

This is a test case for [issue #61](https://github.com/rycus86/prometheus_flask_exporter/issues/61)

**This test is currently not running on CI as newer Connexion versions need different setup somehow**

0 comments on commit 3e93715

Please sign in to comment.