diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
| commit | 04a40684996eb786b4f00df749111329c2d5ecae (patch) | |
| tree | e1f9988be72dc73f25723f59e11dfab9b3a02506 /dev-python/webassets/files/webassets-2.0-python39.patch | |
| parent | 40d4c212b4d1e943d43249ce936790aa19255eef (diff) | |
| download | baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.gz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.xz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.zip | |
Adding metadata
Diffstat (limited to 'dev-python/webassets/files/webassets-2.0-python39.patch')
| -rw-r--r-- | dev-python/webassets/files/webassets-2.0-python39.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/webassets/files/webassets-2.0-python39.patch b/dev-python/webassets/files/webassets-2.0-python39.patch deleted file mode 100644 index 006c020469f4..000000000000 --- a/dev-python/webassets/files/webassets-2.0-python39.patch +++ /dev/null @@ -1,23 +0,0 @@ -https://github.com/miracle2k/webassets/commit/a563935df6702ff5e38e5b84a262c295e4cdf455.patch -From a563935df6702ff5e38e5b84a262c295e4cdf455 Mon Sep 17 00:00:00 2001 -From: Karthikeyan Singaravelan <tir.karthi@gmail.com> -Date: Wed, 22 Jan 2020 00:49:31 +0530 -Subject: [PATCH] Use is_alive instead of isAlive for Python 3.9 compatibility. - ---- - tests/test_script.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test_script.py b/tests/test_script.py -index a83bc07f..d17a83bb 100644 ---- a/tests/test_script.py -+++ b/tests/test_script.py -@@ -192,7 +192,7 @@ def start_watching(self): - - def stop_watching(self): - """Stop the watch command thread.""" -- assert self.t.isAlive() # If it has already ended, something is wrong -+ assert self.t.is_alive() # If it has already ended, something is wrong - self.stopped = True - self.t.join(1) - |
