mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Drop spurious multhreading test
Per https://github.com/msgpack/msgpack-python/pull/641#discussion_r2315489310, sharing more than one `Packer` object is not supported.
This commit is contained in:
parent
e0e9b12877
commit
ccfd2547c7
3 changed files with 1 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -29,8 +29,6 @@ jobs:
|
|||
- name: Prepare
|
||||
shell: bash
|
||||
run: |
|
||||
# TODO: Workaround for Windows tests failing when upgrading `pip` with exit code 1
|
||||
# pip install -U pip
|
||||
pip install -r requirements.txt pytest
|
||||
|
||||
- name: Install pytest-run-parallel under free-threading
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# coding: utf-8
|
||||
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
|
||||
# cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
|
||||
from cpython.datetime cimport import_datetime, datetime_new
|
||||
import_datetime()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue