Skip to content

Commit 174028d

Browse files
committed
Revert "Revert "Refactor: Migrate to 2.0-style security policies (pypi#11218)" (pypi#11313)"
This reverts commit 3b9a831.
1 parent 3b9a831 commit 174028d

File tree

17 files changed

+1272
-900
lines changed

17 files changed

+1272
-900
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module = [
3838
"pyramid.*", # https://github.com/Pylons/pyramid/issues/2638
3939
"pyramid_jinja2.*",
4040
"pyramid_mailer.*",
41-
"pyramid_multiauth.*",
4241
"pyramid_retry.*",
4342
"pyramid_rpc.*",
4443
"pyqrcode.*",

requirements/main.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pycurl
3535
pyqrcode
3636
pyramid>=2.0
3737
pymacaroons
38-
pyramid-multiauth
3938
pyramid_jinja2>=2.5
4039
pyramid_mailer>=0.14.1
4140
pyramid_retry>=0.3

requirements/main.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,6 @@ pyramid==2.0 \
990990
# -r requirements/main.in
991991
# pyramid-jinja2
992992
# pyramid-mailer
993-
# pyramid-multiauth
994993
# pyramid-retry
995994
# pyramid-rpc
996995
# pyramid-services
@@ -1003,10 +1002,6 @@ pyramid-mailer==0.15.1 \
10031002
--hash=sha256:28d4a7829ebc19dd40e712d8cb1998cec03c296ba675b2c112a503539738bdc1 \
10041003
--hash=sha256:ec0aff54d9179b2aa2922ff82c2016a4dc8d1da5dc3408d6594f0e2096446f9b
10051004
# via -r requirements/main.in
1006-
pyramid-multiauth==1.0.1 \
1007-
--hash=sha256:6d8785558e1d0bbe0d0da43e296efc0fbe0de5071d1f9b1091e891f0e4ec9682 \
1008-
--hash=sha256:c265258af8021094e5b98602e8bfe094eec1350eebb56473f36cd0e076910822
1009-
# via -r requirements/main.in
10101005
pyramid-retry==2.1.1 \
10111006
--hash=sha256:b5129a60eb9d7409234ea52839006426d2ae887b4a1f0530c75ec336cabf2476 \
10121007
--hash=sha256:baa8276ae68babad09e5f2f94efc4f7421f3b8fb526151df522052f8cd3ec0c9

tests/unit/accounts/test_auth_policy.py

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)