diff options
| author | Ievgen Popovych <jmennius@gmail.com> | 2023-11-29 22:22:22 +0200 |
|---|---|---|
| committer | Ievgen Popovych <jmennius@gmail.com> | 2023-11-30 11:48:08 +0200 |
| commit | 3678b4d5f631e3496adb1f09d799b61c2614f0f9 (patch) | |
| tree | 9b17c84359664be9fa5208a161c29a631154e91d /tests | |
| parent | 3739a7790ba92c34098df3d804f27a1d8429f9fe (diff) | |
| download | pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.gz pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.bz2 pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.zip | |
Add 3.12 to CI, tox and metadata; use latest black and flake8
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_traversal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_traversal.py b/tests/test_traversal.py index 0d8096f15..36b131242 100644 --- a/tests/test_traversal.py +++ b/tests/test_traversal.py @@ -1271,7 +1271,6 @@ class DummyContext: class DummyRequest: - application_url = ( 'http://example.com:5432' # app_url never ends with slash ) |
