Skip to content
Snippets Groups Projects

model: kill Origin.type attribute

Compare and
2 files
+ 0
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,7 +75,6 @@ def timestamps_with_timezone():
def origins():
return builds(
Origin,
type=sampled_from(['git', 'hg', 'svn', 'pypi', 'deb']),
url=urls())
Loading