Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#17618 update setup.py.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Jan 12, 2015
1 parent ef72f4b commit 188c737
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/pkgs/matplotlib/patches/setup.py.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
--- src/setup.py 2013-10-10 05:42:48.000000000 -0700
+++ src/setup.py 2013-12-20 09:32:39.000000000 -0800
@@ -81,7 +81,7 @@
--- a/setup.py
+++ b/setup.py
@@ -85,8 +85,8 @@ mpl_packages = [
'Optional subpackages',
setupext.SampleData(),
setupext.Toolkits(),
- setupext.Tests(),
- setupext.Toolkits_Tests(),
+ # setupext.Tests(),
+ # setupext.Toolkits_Tests(),
'Optional backend extensions',
# These backends are listed in order of preference, the first
# being the most preferred. The first one that looks like it will

0 comments on commit 188c737

Please sign in to comment.