summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2022-09-22 18:02:37 +0200
committerFlorian Brandes <florian.brandes@posteo.de>2022-10-01 21:56:03 +0200
commit2cf300385873504337a1af0502d9d10f8f4613df (patch)
tree15646c1ee3e442665bb1254c46ca79266df61372 /nixos
parentb746456c6f6ef8404ef6011df5eceba8644c49a9 (diff)
pgadmin4: 6.13 -> 6.14
include fix for flask-security-too update Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/pgadmin4.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/pgadmin4.nix b/nixos/tests/pgadmin4.nix
index f28099659772..bec2554a3f04 100644
--- a/nixos/tests/pgadmin4.nix
+++ b/nixos/tests/pgadmin4.nix
@@ -107,14 +107,12 @@ import ./make-test-python.nix ({ pkgs, lib, buildDeps ? [ ], pythonEnv ? [ ], ..
)
# Don't bother to test LDAP or kerberos authentification
- # For now deactivate change_password API test. Current bug report at https://redmine.postgresql.org/issues/7648
- # Password change works from the UI, if email SMTP is configured.
with subtest("run browser test"):
machine.succeed(
'cd ${pgadmin4SrcDir}/pgadmin4-${pkgs.pgadmin4.version}/web \
&& python regression/runtests.py \
--pkg browser \
- --exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,browser.tests.test_kerberos_with_mocking,browser.tests.test_change_password'
+ --exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,browser.tests.test_kerberos_with_mocking'
)
# fontconfig is necessary for chromium to run