From 43bf8fb474f2d7bf424db1bc7f2a07636fec8ae4 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Tue, 18 Aug 2020 10:20:20 +0200 Subject: [PATCH] FIX: Removed obsolete nose import. --- tests/test_issues_mysqlbackend.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_issues_mysqlbackend.py b/tests/test_issues_mysqlbackend.py index 0ccf0ee..64de2f2 100644 --- a/tests/test_issues_mysqlbackend.py +++ b/tests/test_issues_mysqlbackend.py @@ -25,8 +25,6 @@ import caosdb as db -from nose.tools import with_setup - def setup_module(): try: @@ -70,7 +68,6 @@ def test_issue_18(): assert len(set(pids)) == len(pids), "Duplicate parents." -@with_setup(setup, teardown) def test_issue_21(): """Removing the last child in an inheritance chain of 4 failed with versioning. -- GitLab