Hi Team, I found the installed data size of Ryu is relatively large and most of them are files for tests.
e.g.) (py35) $ du -sh .tox/py35/lib/python3.5/site-packages/ryu/ 28M .tox/py35/lib/python3.5/site-packages/ryu/ (py35) $ du -sh .tox/py35/lib/python3.5/site-packages/ryu/tests/ 19M .tox/py35/lib/python3.5/site-packages/ryu/tests/ I want to reduce file size in order to install Ryu without these redundant files, how about separating/moving /ryu/tests directory into /tests directory (on the same level of ryu package)? What do you think about this workaround? The test files should be installed with Ryu? Thanks, Iwase ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
