Skip to content

Commit 2fa15ec

Browse files
committed
Add tests for error message
1 parent d8bc837 commit 2fa15ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/tslibs/test_timezones.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from pandas import Timestamp
2020

2121

22+
@pytest.mark.single_cpu
2223
def test_no_timezone_data():
2324
# https://github.com/pandas-dev/pandas/pull/63335
2425
# Test error message when timezone data is not available.

0 commit comments

Comments
 (0)