|
@@ -201,7 +201,7 @@ def test_create_and_update_from_df(screen: Screen, df_type: str):
|
|
|
|
|
|
|
|
|
|
@pytest.mark.parametrize('df_type', ['pandas', 'polars'])
|
|
@pytest.mark.parametrize('df_type', ['pandas', 'polars'])
|
|
-@pytest.mark.skipif(sys.version_info[:3] == (3, 8), reason='Skipping test for Python 3.8')
|
|
|
|
|
|
+@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason='Skipping test for Python 3.8')
|
|
def test_problematic_datatypes(screen: Screen, df_type: str):
|
|
def test_problematic_datatypes(screen: Screen, df_type: str):
|
|
if df_type == 'pandas':
|
|
if df_type == 'pandas':
|
|
df = pd.DataFrame({
|
|
df = pd.DataFrame({
|