Skip to content

Commit ccfd254

Browse files
committed
Drop spurious multhreading test
Per #641 (comment), sharing more than one `Packer` object is not supported.
1 parent e0e9b12 commit ccfd254

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- name: Prepare
3030
shell: bash
3131
run: |
32-
# TODO: Workaround for Windows tests failing when upgrading `pip` with exit code 1
33-
# pip install -U pip
3432
pip install -r requirements.txt pytest
3533
3634
- name: Install pytest-run-parallel under free-threading

msgpack/_cmsgpack.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
2+
# cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
33
from cpython.datetime cimport import_datetime, datetime_new
44
import_datetime()
55

0 commit comments

Comments
 (0)