Skip to content

Commit

Permalink
Suppress first party warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Sep 6, 2022
1 parent 71c5895 commit 19acfde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
Api = FlaskApi

# This version is replaced during release process.
__version__ = "2020.0.dev1"
__version__ = "3.0.dev0"
2 changes: 2 additions & 0 deletions tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
class TestMiddleware:
"""Middleware to check if operation is accessible on scope."""

__test__ = False

def __init__(self, app):
self.app = app

Expand Down

0 comments on commit 19acfde

Please sign in to comment.