From 2bec0fd434fc020a3e97b849b9cdcecd8efd8274 Mon Sep 17 00:00:00 2001 From: Jason Held Date: Fri, 7 Aug 2020 15:31:16 -0400 Subject: [PATCH] version 1.3.0.a5 had to remove tracemalloc (was debug only) --- easyaudit/tests/test_app/tests.py | 4 ---- setup.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/easyaudit/tests/test_app/tests.py b/easyaudit/tests/test_app/tests.py index 1ebcb5ed..c10267ab 100644 --- a/easyaudit/tests/test_app/tests.py +++ b/easyaudit/tests/test_app/tests.py @@ -29,10 +29,6 @@ TEST_ADMIN_EMAIL = 'admin@example.com' TEST_ADMIN_PASSWORD = 'password' -import tracemalloc - -tracemalloc.start() - @override_settings(TEST=True) class TestDjangoCompat(TestCase): diff --git a/setup.py b/setup.py index 1dec9c3f..6c769c49 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-easy-audit', - version='1.3.0a4', + version='1.3.0a5', packages=find_packages(), include_package_data=True, install_requires=[