Skip to content

Commit

Permalink
fix:license file under fakeredis
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 26, 2024
1 parent f9d9b46 commit 98f2a15
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 37 deletions.
9 changes: 8 additions & 1 deletion docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Change log
description: Change log of all fakeredis releases
---

## v2.24.1

### 🐛 Bug Fixes

- Fix license file added to site-packages #320

## v2.24.0

### 🚀 Features
Expand All @@ -17,7 +23,8 @@ description: Change log of all fakeredis releases

- Update all dependencies, particularly pytest to v8
- Add tests against Dragonfly server #318
- Implement decocator `unsupported_server_types` to enable excluding tests from running against certain server types #318
- Implement decocator `unsupported_server_types` to enable excluding tests from running against certain server types
#318

## v2.23.5

Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ build-backend = "poetry.core.masonry.api"
name = "fakeredis"
packages = [
{ include = "fakeredis" },
{ include = "LICENSE" },
{ include = "LICENSE", to = "fakeredis" },
]
version = "2.24.0"
version = "2.24.1"
description = "Python implementation of redis API, can be used for testing purposes."
readme = "README.md"
keywords = ["redis", "RedisJson", "RedisBloom", "tests", "redis-stack"]
Expand Down Expand Up @@ -72,7 +72,7 @@ mypy = { version = "^1.10", python = ">=3.8.1" }
pytest = { version = "^8.3", python = ">=3.8.1" }
hypothesis = { version = "^6.111", python = ">=3.8.1" }
pytest-timeout = "^2.3.1"
pytest-asyncio = { version = "^0.24", python = ">=3.8.1" }
pytest-asyncio = { version = "^0.24", python = ">=3.8.1" }
pytest-cov = { version = "^5.0", python = ">=3.8.1" }
pytest-mock = { version = "^3.14", python = ">=3.8.1" }
pytest-html = { version = "^4.1", python = ">=3.8.1" }
Expand Down

0 comments on commit 98f2a15

Please sign in to comment.