Skip to content

Commit 434dd37

Browse files
committed
remove "regex" pkg from e2e checks (since this is now done in bg process)
1 parent bf76731 commit 434dd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end2end/django_mysql_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ def test_initial_heartbeat():
110110
"total": 3,
111111
'rateLimited': 0
112112
},
113-
{'wrapt', 'asgiref', 'aikido_zen', 'django', 'sqlparse', 'regex', 'mysqlclient'}
113+
{'wrapt', 'asgiref', 'aikido_zen', 'django', 'sqlparse', 'mysqlclient'}
114114
)

0 commit comments

Comments
 (0)