diff --git a/LICENSE b/LICENSE index 2788c4b..db61222 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2024 Giorgio Salluzzo and individual contributors. All rights reserved. +Copyright (c) 2017-2025 Giorgio Salluzzo and individual contributors. All rights reserved. Copyright (c) 2013-2017 Andrea de Marco, Giorgio Salluzzo and individual contributors. All rights reserved. diff --git a/Makefile b/Makefile index 07d5d45..ff6a32e 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ test: types @echo "" safetest: - export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; $(VENV_PATH)/pytest + SKIP_TRUE_REDIS=1 SKIP_TRUE_HTTP=1 $(VENV_PATH)/pytest publish: clean install-test-requirements uv build --package mocket --sdist --wheel