diff options
| author | jonathan vanasco <jonathan@2xlp.com> | 2019-11-05 15:00:05 -0500 |
|---|---|---|
| committer | jonathan vanasco <jonathan@2xlp.com> | 2019-11-05 15:00:05 -0500 |
| commit | eb0a46010a119d3ede2e89e4b0a61cbfb533d473 (patch) | |
| tree | 444a26a2ec1fc74618456707138f1774d222bc7b /tests/test_router.py | |
| parent | 4a46827769bbe181070a74927aa4e988a4cc3112 (diff) | |
| download | pyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.tar.gz pyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.tar.bz2 pyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.zip | |
black 19.10b0 was released on 2019.10.28 and introduced several changes that affect Pyramid
Diffstat (limited to 'tests/test_router.py')
| -rw-r--r-- | tests/test_router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_router.py b/tests/test_router.py index 722f4286c..f6b7f64d3 100644 --- a/tests/test_router.py +++ b/tests/test_router.py @@ -434,7 +434,7 @@ class TestRouter(unittest.TestCase): self.assertEqual(request.root, context) def test_call_view_registered_nonspecific_nondefault_path_and_subpath( - self + self, ): from pyramid.interfaces import IViewClassifier |
