Use Tuple instead of List in model declarations.
This is a step forward having model objects, declared as frozen, immutable. This requires attrs_strict >= 0.0.7.
parent
340656dd
No related branches found
No related tags found
Showing
- requirements.txt 1 addition, 1 deletionrequirements.txt
- swh/model/hypothesis_strategies.py 3 additions, 3 deletionsswh/model/hypothesis_strategies.py
- swh/model/model.py 10 additions, 8 deletionsswh/model/model.py
- swh/model/tests/test_hypothesis_strategies.py 1 addition, 1 deletionswh/model/tests/test_hypothesis_strategies.py
... | ... | @@ -3,7 +3,7 @@ |
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | ||
vcversioner | ||
attrs | ||
attrs_strict | ||
attrs_strict >= 0.0.7 | ||
hypothesis | ||
python-dateutil | ||
iso8601 |