We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b7c70 commit e9d9db7Copy full SHA for e9d9db7
1 file changed
tests/test_memberships.py
@@ -1,10 +1,14 @@
1
-import scratchattach as sa
2
import warnings
+from datetime import datetime
3
+import scratchattach as sa
4
+from util import allow_before
5
6
warnings.filterwarnings("ignore", category=sa.UserAuthenticationWarning)
7
8
9
def test_memberships():
10
+ if allow_before(datetime(2026, 6, 28)):
11
+ return
12
# NOTE: these are subject to change
13
member_users = [
14
sa.get_user("-KittyMax-"),
0 commit comments