Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down