From f4946fba286ad534fed4a032fe869e8daf5fcb50 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Sun, 23 Mar 2025 21:48:52 +0100 Subject: [PATCH] It's 2025. :) --- LICENSE | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2788c4b4..db612228 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 07d5d459..ff6a32ec 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