We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b47a69 commit 5f4d378Copy full SHA for 5f4d378
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
cache: pip
3
sudo: false
4
env:
5
-- APISPEC_VERSION="==1.0.0b5"
+- APISPEC_VERSION="==1.0.0rc1"
6
- APISPEC_VERSION=""
7
- MARSHMALLOW_VERSION="==2.13.0"
8
- MARSHMALLOW_VERSION=""
setup.py
@@ -9,7 +9,7 @@
9
'flask>=0.10.1',
10
'marshmallow>=2.0.0',
11
'webargs>=0.18.0',
12
- 'apispec==1.0.0b5',
+ 'apispec==1.0.0rc1',
13
]
14
15
def find_version(fname):
tests/test_openapi.py
@@ -13,7 +13,7 @@
@pytest.fixture()
def marshmallow_plugin():
16
- return MarshmallowPlugin()
+ return MarshmallowPlugin(schema_name_resolver=lambda x: None)
17
18
@pytest.fixture
19
def spec(marshmallow_plugin):
0 commit comments