Skip to content

Commit

Permalink
Fix date in comment
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hoxbro committed Jul 14, 2023
1 parent e83355c commit e617d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
import platform
import sys

import pandas as pd
from packaging.version import Version
Expand All @@ -21,7 +21,7 @@
]


# 2022-07-14 with following error:
# 2023-07-14 with following error:
# ValueError: Buffer dtype mismatch, expected 'const int64_t' but got 'int'
if PD2 and platform.system() == "Windows":
collect_ignore_glob += [
Expand All @@ -31,7 +31,7 @@
]


# 2022-07-14 with following error:
# 2023-07-14 with following error:
# 'from matplotlib.cbook import get_sample_data' cannot find file
if sys.version_info[:2] == (3, 8) and platform.system() == "Linux":
collect_ignore_glob += [
Expand Down

0 comments on commit e617d57

Please sign in to comment.