Skip to content

Commit

Permalink
Enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jun 20, 2020
1 parent 63d4427 commit 89efe94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_orm_usage.py
@@ -1,6 +1,5 @@
"""Tests that represent usage as an ORM."""

import platform
from typing import List, Optional

import pytest
Expand Down Expand Up @@ -137,9 +136,6 @@ class LegacyTemplate:


def test_paths_in_pattern(expect):
if platform.system() == 'Windows':
pytest.skip("TODO: Support Windows")

@datafile("../tmp/routes/{self.path}/{self.variant}.yml")
class LegacyTemplate:
path: str
Expand Down

0 comments on commit 89efe94

Please sign in to comment.