Skip to content

Commit

Permalink
Remove @DeprecationWarning as it isn't a decorator tearDownPyfakefs
Browse files Browse the repository at this point in the history
… is a no-op legacy API, it was given @DeprecationWarning as a decorator... which broke it rather than making it a no-op callable as that isn't a decorator.
 
 This fixes:
 
 ```
 self.tearDownPyfakefs()
 TypeError: 'DeprecationWarning' object is not callable
 ```
 
 in code updating to a modern pyfakefs that still calls it.
  • Loading branch information
CI Build committed Feb 11, 2021
1 parent ca1d328 commit abe426d
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion master/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/autopatch.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
Binary file modified master/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion master/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2020 John McGehee.
Last updated on Feb 03, 2021.
Last updated on Feb 11, 2021.
</div>
</body>
</html>

0 comments on commit abe426d

Please sign in to comment.