hypothesis isn't installed

pull/31500/head
Shane Smiskol 1 year ago
parent 98e039f4fc
commit d474cc3f0e
  1. 4
      selfdrive/car/tests/test_models.py

@ -6,8 +6,8 @@ import pytest
import random
import unittest
from collections import defaultdict, Counter
import hypothesis.strategies as st
from hypothesis import Phase, given, settings
# import hypothesis.strategies as st
# from hypothesis import Phase, given, settings
from typing import List, Optional, Tuple
from parameterized import parameterized_class

Loading…
Cancel
Save