summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordobosevych <dobosevych@users.noreply.github.com>2022-05-31 08:21:04 +0300
committerGitHub <noreply@github.com>2022-05-31 11:21:04 +0600
commitc4829754db0f0a5b10265309d327875694d33ab4 (patch)
tree49bb1d662f6672442aa817cac09a8f90b357d7f2 /requirements
parent0a2f54eac2d57925a448cbb307a74b92f9f370b2 (diff)
downloadkombu-c4829754db0f0a5b10265309d327875694d33ab4.tar.gz
Datetime serialization and deserialization fixed (#1515)
* Datetime serialization and deserialization fixed * Unit test fixed * Unit test fixed * Fixed pylint * Added Undocumented Autodoc Modules * Update kombu/utils/json.py Co-authored-by: Omer Katz <omer.katz@omerkatz.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Clean and freeze now * Clean and freeze now * Clean and freeze now * Clean and freeze now Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> Co-authored-by: Omer Katz <omer.katz@omerkatz.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/test.txt b/requirements/test.txt
index 6674f34c..038d5e9d 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -3,3 +3,4 @@ pytest~=7.1.1
pytest-sugar
Pyro4
hypothesis
+pytest-freezegun